# python stuff
*.pyc
*.pyo
__pycache__

*.egg
*.egg-info

.coverage

.idea
.git

# Mac annoyance
.DS_Store

# docker stuff
.env
.db

# vim swap file
*.swp

# compiled gettext-files
# *.mo
build

# local settings do not need to be committed
src/plan/settings/*.local
local_settings.py
.pytest_cache/*
python

venv
