# Rust build artifacts
/target/
**/*.rs.bk
Cargo.lock.bak

# Runtime data (bot 运行时生成)
/data/
!data/.gitkeep

# 操作员的真实配置（凭证信息），不进 git
/config/bot.toml
/bot.toml

# Secrets
*.pem
*.key
*.secret
secret.bin

# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Logs
*.log
logs/

# Cache
.cache/

# 重复的 plan 副本（正式版在 C:\Users\Administrator\.claude\plans\）
/lexical-meandering-lighthouse.md

# Added by cargo

/target
