rony-chat-bot/.gitignore
Victor Hugo Vargas 3f3e977953 chore: ignore compiled binaries in /bin/
The chat-bot binary is built into ./bin/chat-bot via `go build -o bin/chat-bot ./cmd/chat-bot`. Keep it out of git — never commit build artifacts.
2026-07-17 00:56:51 -07:00

23 lines
No EOL
190 B
Text

# Go
*.exe
*.test
*.out
*.prof
vendor/
coverage.out
coverage.html
/bin/
# SQLite (RAG index)
*.db
*.db-shm
*.db-wal
data/portfolio.db
# Editor / OS
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store