.gitignore 157 B

123456789101112131415161718
  1. *.pyc
  2. *.swp
  3. *.swo
  4. *~
  5. .DS_Store
  6. local_settings.py
  7. archweb.db
  8. archweb.db-*
  9. database.db
  10. newrelic.key
  11. tags
  12. collected_static/
  13. testing/
  14. env/
  15. # rope
  16. .ropeproject/