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

# Virtual environments
.venv

# Test coverage reports
htmlcov/
.coverage
.pytest_cache/

# Runtime logs
logs/

# OS metadata
.DS_Store
Thumbs.db

# Linting
.ruff_cache/

# Type checking
.mypy_cache/

# IDE
.vscode/

# AI files
.claude/
CLAUDE.md

# MkDocs build output
site/

# uv-forge files
.dev


