# Python byte-compiled/optimized files
__pycache__/
*.py[cod]
*$py.class

# Python workflows
.venv/
/build/
/dist/
/public/

# caches
.cache/
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# mypy
.dmypy.json

# git
*.orig
