# Python
__pycache__/
*.py[co]
*.egg*

# Editor temp files
*~

# Ignore dot files except those required for the project
.*
!.dockerignore
!.editorconfig
!.envrc
!.env.example
!.flake8
!.gitattributes
!.github
!.gitignore
!.gitkeep
!.readthedocs.yml

# Project artefacts
build
coverage
dist
logs
venv

# Django runtime files
db.sqlite3

# Any local makefiles
*.mk
