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

# Environments / package managers
.venv/
venv/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Build output
dist/
build/

# OS / editor
.DS_Store
*.swp