labfy-investigation/.gitignore
2026-07-20 09:35:36 +02:00

17 lines
216 B
Text

# Build
labfy-investigation
*.o
# Executables de tests
/tests/test_*
# Conserver les sources des tests
!/tests/test_*.c
# SQLite temporaires
*.sqlite-shm
*.sqlite-wal
# Neovim / LSP
.cache/
compile_commands.json