| 1 | bin/ |
| 2 | build/ |
| 3 | CLAUDE.md |
| 4 | .DS_Store |
| 5 | |
| 6 | # Build artifacts |
| 7 | *.mod |
| 8 | *.o |
| 9 | *.a |
| 10 | |
| 11 | # Backup files |
| 12 | *.bak |
| 13 | *.tmp |
| 14 | |
| 15 | # Planning/status documents (archived planning docs, only README.md and COMPILER_NOTES.md are tracked) |
| 16 | PLANNING/ |
| 17 | |
| 18 | # Debug/test artifacts |
| 19 | gfortran_bug*.f90 |
| 20 | dangerous_patterns*.txt |
| 21 | find_dangerous_patterns.py |
| 22 | get_crash_info.sh |
| 23 | install_*.sh |
| 24 | lldb_interactive.sh |
| 25 | }_*.txt |
| 26 | .claude/ |
| 27 | .fackr/ |
| 28 | scratch.sh |
| 29 | docs/ |
| 30 |