# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.venv/
venv/

# Secrets & local state
.env
*.db
gated-access.db

# OS / editor
.DS_Store
.idea/
.vscode/

