**/__pycache__
**/*.pyc
**/.venv
.git
.pytest_cache

# Don't copy node deps into build context — Dockerfile installs fresh
web/node_modules
web/dist
