# macOS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Virtual envs / secrets
.venv/
.env

# Build artifacts
dist/
build/

# MkDocs site output
site/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Quickstart scratch directory (see specs/001-repo-bootstrap/quickstart.md)
.scratch/
