.gitignore 85 B

123456789
  1. /venv/
  2. *.pyc
  3. *.swp
  4. *.sqlite3
  5. *.back
  6. djadhere/*_settings.py
  7. .coverage
  8. htmlcov
  9. /bower/