.gitignore 67 B

123456789
  1. *.pyc
  2. *.swp
  3. local_settings.py
  4. *~
  5. *.sqlite
  6. *.gz
  7. /.coverage
  8. /htmlcov