.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.coverage
.coverage.*
htmlcov/
docs/_build/
.uv/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# AI tool artifacts
.claude/
.specstory/
.cursor/
.cursor_artifacts/

# IDE
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db
