coverage/
coverage.*
*_UnitTest
.DS_Store
cmake-build-*/
CMakeFiles/
*.dylib*
*.ilk
*.obj
*.pdb
*.exp
*.lib
*.dll

*.o
moc_*
*.a
*.so*
*.so
*~
*.exe

*.gdca
*.gcno
qrc_*

*object_script*

Makefile
Makefile.*

*.pro.user
*.pro.user.*

ui_*
*ui_*
ui_*.h

*.orig
*_LOCAL_*
*.LOCAL*
*.BACKUP*
*_BACKUP_*
*_REMOTE_*
*.BASE*
*_BASE_*
*.autosave
*.qmake.stash

.idea/
cmake-build-*
**/build*/
**/.userfiles/

# Top-level compile_commands.json symlink (developer-local; points into build/)
/compile_commands.json

# Python build / cache
__pycache__/
*.py[cod]
*.egg-info/
*.dist-info/
.pytest_cache/

# Nanobind-generated stubs (regenerated by the build targets _core_stub and
# _analytical_stub; end-users get the stubs installed alongside the wheel).
python/cartan/_core.pyi
python/cartan/analytical.pyi

**/*.pb.h
**/*.pb.cc
**/*_generated.h

.claude/
.gemini/
.planning/
CLAUDE.md
GEMINI.md

**/*Test*/
**/*Build*/
**/*Testing*/

