# Rust compiled files
/target
debug/
target/

# Cargo lock file (uncomment if building an application)
# Cargo.lock

# Remove Cargo.lock from gitignore if creating an executable, otherwise
# comment the following line
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Application specific
config.toml
*.log
logs/

# Temporary files
*.tmp
*.temp

# Arch Linux package build files
pkg/
src/
*.pkg.tar.*
*.src.tar.gz