.DS_Store
__MACOSX/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/

.venv/
venv/

build/
dist/
target/
*.egg-info/
*.so

examples/output/
compare/
backups/

*.zip
*.tar
*.tar.gz
