Bug fixes in .bas tools: - Fix BEGIN MAIL email → BEGIN MAIL emailContato in tools 07, 09, 10 - Fix newsletter BOOLEAN → STRING in tool 10 (LLM sends 'Sim' as string) - Add natural language descriptions to ENUM params in tools 02-10 Botserver: - Fix duplicate chat message when tool is executed (tool_was_executed flag) BotUI: - Remove theme selector button from minimal chat for non-logged users Testing: All 10 tools verified with NL ENUM mapping and DB records
57 lines
739 B
Text
57 lines
739 B
Text
# Build artifacts
|
|
target/
|
|
*.out
|
|
bin/
|
|
*.png
|
|
*.jpg
|
|
# Logs
|
|
*.log
|
|
*logfile*
|
|
*-log*
|
|
|
|
# Temporary files
|
|
.tmp*
|
|
.tmp/*
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# Work directories
|
|
work/
|
|
|
|
# Redis
|
|
*.rdb
|
|
|
|
# Documentation build
|
|
docs/book
|
|
|
|
# Installers (keep gitkeep)
|
|
botserver-installers/*
|
|
!botserver-installers/.gitkeep
|
|
botserver-stack
|
|
TODO*
|
|
work
|
|
.swp
|
|
# Lock file (regenerated from Cargo.toml)
|
|
Cargo.lock
|
|
.kiro
|
|
config
|
|
|
|
# Data directory (contains bot configs and API keys)
|
|
data/
|
|
|
|
# Playwright
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
config/directory_config.json
|
|
# CI cache bust: Fri Feb 13 22:33:51 UTC 2026
|
|
|
|
# Secrets - NEVER commit these files
|
|
vault-unseal-keys
|
|
start-and-unseal.sh
|
|
vault-token-*
|