# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
build/
dist/
*.egg-info/
*.egg
.coverage
.coverage.*

# OS
.DS_Store
Thumbs.db
