mono/packages/kbot/cpp/.gitignore
2026-03-30 16:31:14 +02:00

38 lines
351 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
*~
.env*
# OS
.DS_Store
Thumbs.db
# Logs
*.log
cache/
config/postgres.toml
dist
# Orchestrator reports (cwd/tests/*)
tests/*.json
tests/*.md
src/cmd_grid*.cpp