# python
__pycache__/
*.py[cod]
venv/
.venv/
.ruff_cache/
.pytest_cache/
*.egg/
*.egg-info/

# build
dist/
build/

# runtime
output/
tmp/
temp/
*.tmp
*.bak