# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables
.env

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
mutants/

# Linting / type-checking caches
.ruff_cache/
.mypy_cache/

# Documentation build output
site/

# OS-specific
.DS_Store
Thumbs.db
