52 lines
645 B
Text
52 lines
645 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
|
|
|
|
# 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
|