| 1 | .docs/ |
| 2 | .fackr/ |
| 3 | .refs/ |
| 4 | target/ |
| 5 | tests/reports/ |
| 6 | CLAUDE.md |
| 7 | AGENTS.md |
| 8 | |
| 9 | # Compiled binaries from interactive testing in the workspace root. |
| 10 | # These are leftover outputs of `armfortas <foo>.f90` runs that |
| 11 | # default to a binary named after the program. Audit Min-4. |
| 12 | /allocatable |
| 13 | /audit_test |
| 14 | /iso_c_check |
| 15 | /test_boz |
| 16 | /test_doconcurrent |
| 17 | /test_locality |
| 18 | /test_null_ptr |
| 19 | /test_stop |
| 20 | /test_use_iso |
| 21 | |
| 22 | # IR / object dumps from --emit-ir and -c runs. |
| 23 | /*.ir |
| 24 | /*.o |
| 25 | /*.mod |
| 26 | /*.amod |
| 27 | /scratch/ |
| 28 | |
| 29 | # Runtime artifacts left in the repo root by stdlib example runs |
| 30 | # (savetxt / savenpy / io examples). |
| 31 | /.claude/ |
| 32 | /error_log.txt |
| 33 | /example*.dat |
| 34 | /example*.csv |
| 35 | /example*.npy |
| 36 | /test.bin |
| 37 | /test.txt |
| 38 |