# MkDocs
site
docs/reference
docs/index.md
docs/migrations.md
docs/quickstart.md

# Secrets
.env

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
