# Secrets: never commit your API key
.env

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

# Editors / OS
.idea/
.DS_Store
Thumbs.db

# Design exports from Google Stitch (reference only)
design/
