# 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
.pytest_cache/*
venv

# local settings
idm/settings/**/*.local
idm/settings_intranet/**/*.local
