gb/.gitignore

62 lines
766 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
# Cargo.lock (should be tracked)
.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-*
init.json
*.pem
*.key
*.crt
*.cert