__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
dist/
*.egg-info/
.idea/
.hypothesis/

# images are never part of this repo; root-level ones are scratch, never committed
/*.jpeg
/*.jpg
/*.png

# nightbank sandbox run artifacts (journals, logs, data)
examples/nightbank/runs/
