# Virtual environment
.venv/

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution
dist/
build/
*.egg-info/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.claude/logs

# Lock file (dependencies managed by pyproject.toml)
uv.lock