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

# Builds
build/
dist/

# Environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
