.gitignore 87 B

12345678
  1. *.pyc
  2. *.DS_Store
  3. /.idea
  4. /application/local_settings.py
  5. /conf/
  6. /media/
  7. /static_content/