.gitignore 76 B

123456789
  1. *.log
  2. *.pot
  3. *.pyc
  4. local_settings.py
  5. build/
  6. dist/
  7. *.egg-info/
  8. .DS_Store
  9. .idea