Text · 304 bytes Raw Blame History
1 # Build artifacts
2 build/
3 cmake-build-*/
4
5 # Fortran module files
6 *.mod
7 *.smod
8
9 # Object files
10 *.o
11 *.obj
12
13 # Documentation (generated during planning)
14 docs/
15
16 # Editor files
17 .vscode/
18 .idea/
19 *.swp
20 *.swo
21 *~
22 .*.sw?
23
24 # OS files
25 .DS_Store
26 Thumbs.db
27
28 # Compilation database
29 compile_commands.json
30 .fackr/
31 CLAUDE.md
32