.gitignore 239 B

1234567891011121314151617181920
  1. # Virtualenv
  2. env/
  3. venv/
  4. # VSCode
  5. .vscode
  6. # Python
  7. __pycache__/
  8. *.py[cod]
  9. *$py.class
  10. # Other
  11. *.sqlite3
  12. #djanog
  13. core/config.py
  14. staticfiles/
  15. !staticfiles/.gitkeep
  16. butler/migrations/
  17. !butler/migrations/.gitkeep
  18. !butler/migrations/__init__.py