# Git
.git
.gitignore

# Node
web/node_modules
web/dist

# Python
__pycache__
*.pyc
*.pyo
*.egg-info
dist
build
.pytest_cache
.venv
venv

# Dev + local artefacts
.env*
*.zip
docker-compose.yml
