rony-chat-bot/.gitignore
2026-07-18 00:08:46 -07:00

23 lines
191 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