__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.tox/
.coverage
htmlcov/
.venv/
venv/
env/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local-only dev docs. NEVER commit these to a public repo — they contain
# local Windows paths and references to private sibling projects.
CLAUDE.md
OptionalExpansion.md

