# Python bytecode
__pycache__/

# Virtual env (uv)
.venv/

# Build artifacts (uv build / hatchling)
dist/
build/
*.egg-info/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# Project scratch
temp.py

# Claude Code
CLAUDE.md
.claude/

# IDE
.vscode/
