# Python bytecode / caches
__pycache__/
*.py[cod]
.pytest_cache/

# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/

# Test / coverage
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
