# Python
__pycache__/
*.py[cod]
*.so
*.pyd
*.dylib
*.egg-info/
/dist*/
build/
target/
.venv/
.venv-ft/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# tooling
.DS_Store
