# Virtual environments
.venv/
venv/
env/

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

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
