34 lines
325 B
Plaintext
34 lines
325 B
Plaintext
# Rust build artifacts
|
|
**/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Generated by Cargo
|
|
# For binary executables
|
|
*.pdb
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# Local configuration
|
|
config.toml
|
|
.env
|
|
|
|
# Data directories
|
|
/data/
|
|
/events/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Operating system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|