38 lines
401 B
Text
38 lines
401 B
Text
# Build artifacts
|
|
target/
|
|
*.out
|
|
bin/
|
|
|
|
# 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
|
|
|
|
# IDE/Editor settings (local only)
|
|
.vscode/
|
|
.zed/
|
|
.idea/
|
|
|
|
# Lock file (regenerated from Cargo.toml)
|
|
Cargo.lock
|