.gen/
.secrets/
*.key.json
.env
__pycache__/
*.pyc
.DS_Store

# Python build artifacts + virtualenvs
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
