Files
ConformalLabpp/.gitignore
Tarik Moussa 3df6e7a576
All checks were successful
C++ Tests / test-fast (pull_request) Successful in 2m46s
C++ Tests / quality-gates (pull_request) Has been skipped
C++ Tests / test-cgal (pull_request) Has been skipped
chore(gitignore): exclude derived paper artifacts (txt/mmd/figures)
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>
2026-06-07 11:46:02 +02:00

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/