.venv/
.install-check/
__pycache__/
*.pyc
*.pyo
.cache/
dist/
build/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*
!.env.example

# Development / internal files (not for PyPI)
CLAUDE.md
.claude/
user-prefs-export.xml
api-model.json
docs/design.md
packaging/
