# Python bytecode + cache
__pycache__/
*.py[cod]
*$py.class

# Ad-hoc inputs / outputs under run/
run/*
!run/.gitkeep

# Tests scratch outputs (the harness writes to /tmp; this is paranoia)
tests/*.dsl
tests/*.fgr
tests/*.bfgr
tests/*.urt
tests/*.lis
tests/*.log
