__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.idea/
.claude/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local connection secrets for the web app
webapp/.env
