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

# venv / tooling
.venv/
.ruff_cache/
.pytest_cache/

# built docs (mkdocs output)
site/

# env
.env

# internal working docs (not committed)
internal/

# agent-instruction file (local only)
AGENTS.md
