# Rust
target/
**/*.rs.bk
*.pdb
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Config with sensitive data
config.toml
chat_history.txt
# Temporary files
*.tmp
*.temp
.temp/
# Build artifacts
dist/
build/