# Everything we built while planning (design docs, motion, logos, the test README)
# lives here — kept locally, never committed.
development/

# Secrets. Never commit these — the PyPI token lives here.
.env
.env.*
!.env.example

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

# OS / editor cruft
.DS_Store
Thumbs.db
desktop.ini
.vscode/
.idea/
