labfy-investigation/.gitignore
2026-07-30 11:10:32 +02:00

25 lines
313 B
Text

# Build
labfy-investigation
*.o
*.d
# Executables de tests
/tests/test_*
/tests/fake_document_tool
# Conserver les sources des tests
!/tests/test_*.c
# SQLite temporaires
*.sqlite-shm
*.sqlite-wal
# Neovim / LSP
.cache/
compile_commands.json
/AGENTS.md
/prompt.md
# OpenCode local
/opencode.json
/.opencode/