61 lines
652 B
Plaintext
61 lines
652 B
Plaintext
# Build products
|
|
/build/
|
|
/build-*/
|
|
/out/
|
|
/outputs/
|
|
/CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
CTestTestfile.cmake
|
|
compile_commands.json
|
|
.ninja_*
|
|
build.ninja
|
|
*.elf
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.pdb
|
|
*.dSYM/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Test, coverage and diagnostic output
|
|
/Testing/
|
|
/coverage/
|
|
*.gcda
|
|
*.gcno
|
|
*.profraw
|
|
*.profdata
|
|
core
|
|
core.*
|
|
crash-*.json
|
|
*.log
|
|
|
|
# Local tools, downloads and upstream research clones
|
|
/work/
|
|
/tmp/
|
|
/temp/
|
|
/artifacts/
|
|
|
|
# Local AI/editor workspace state
|
|
.codex/
|
|
.claude/
|
|
.agents/
|
|
.idea/
|
|
.vscode/
|
|
.vs/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Credentials and local configuration
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
credentials*
|
|
secrets*
|