# Python-generated files
__pycache__/
*.py[oc]
.mypy_cache/
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/

# Pytest
.coverage
.coverage.*
.pytest_cache/

# Ruff
.ruff_cache/

# macOS
.DS_Store
