.venv/
__pycache__/
*.pyc
.DS_Store
.env
.claude/settings.local.json

# packaging
dist/
build/
*.egg-info/
src/*.egg-info/
*.whl
*.tar.gz

# mypy
.mypy_cache/

# pytest
.pytest_cache/
htmlcov/
.coverage
