# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/

# Build / distribution
build/
dist/
*.egg

# Coverage
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
