__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.tmp
*.swp

.venv/
venv/
.env

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.vscode/
.idea/
*.iml

# OS
.DS_Store
Thumbs.db

# package drafts during dev (delegate output before review)
_*_draft.py
_*_draft.txt
_*_spec.md
