# Environment
.env

# Lock file (library — consumers manage their own)
uv.lock

# Claude Code
CLAUDE.md

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Editor
.vscode/
.idea/
