.venv/
__pycache__/
*.pyc
.env
.claude/
.vscode/

# Build / packaging
*.egg-info/
build/
dist/
.eggs/

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
