Extracted text (pdftext), nougat mmd output and figure dumps are regenerable from the source PDFs — keep them out of the repo like the PDFs themselves. Also excludes the accidental facebook/ nougat model cache (958 MB). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
43 lines
571 B
Plaintext
43 lines
571 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Build directories
|
|
build/
|
|
build-*/
|
|
build_*/
|
|
code/build*/
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
|
|
# Test output
|
|
*.xml
|
|
Testing/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
|
|
# Claude Code worktrees + local/session data (but track shared project config)
|
|
.claude/*
|
|
!.claude/settings.json
|
|
!.claude/token-hygiene.md
|
|
|
|
# Doxygen output
|
|
doc/doxygen/
|
|
*.dox.tmp
|
|
|
|
# Downloaded research papers + derived artifacts (regenerable, not tracked)
|
|
papers/*.pdf
|
|
papers/txt/
|
|
papers/mmd/
|
|
papers/facebook/
|
|
papers/figures/
|