# Byte-compiled / cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artefacts
build/
dist/
*.egg-info/
.tox/

# IDE
.idea/
.vscode/
.DS_Store

# Local project files
*.local
