# Virtual environments and caches
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# Build artefacts
dist/
build/
*.egg-info/

# Scratch: scaffolds and parse results written while trying things out
/bundle/
/out.txt
/parsed.json
/*.fhk
