.gitignore 216 B

1234567891011121314
  1. db.sqlite3
  2. postgres_service_manager.log
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. /migrations/
  7. # Ignore pycharm project files
  8. /logs/
  9. /bigscreen/
  10. templates/dist/spa/statics/baseurl.txt
  11. templates/public/statics/baseurl.txt