# Build outputs
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.pyo

# Environment
.env
.venv/
venv/
env/

# Type checking
.mypy_cache/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Editors
.DS_Store
