Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
144 B
Plaintext
18 lines
144 B
Plaintext
# build output
|
|
/build/
|
|
*.obj
|
|
*.pdb
|
|
*.ilk
|
|
*.exp
|
|
*.idb
|
|
|
|
# logs / debugger dumps
|
|
*.log
|
|
cdb_*.txt
|
|
|
|
# editor / OS
|
|
.vs/
|
|
*.user
|
|
Thumbs.db
|
|
__pycache__/
|