mono/packages/kbot/cpp/.gitignore
2026-03-30 11:49:10 +02:00

37 lines
345 B
Plaintext

# Build output
/build/
# Compiled objects
*.o
*.obj
*.exe
*.out
*.app
# CMake generated
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
cache/
config/postgres.toml
dist
# Orchestrator reports (cwd/tests/*)
tests/*.json
tests/*.md
src/cmd_grid*.cpp