# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/

# test / build caches
.pytest_cache/
.ruff_cache/

# wraith run output
wraith-runs/

# editors / OS
.vscode/
.idea/
.DS_Store
