.*
*.egg-info
__pycache__
/dist/
/coverage.json
/coverage.xml

!.github
!.editorconfig
!.flake8
!.gitignore
!.gitkeep

# from test projects:
/static/
/media/
*.sqlite3

# Django
secret.txt

