# Rust build artifacts
/target/
Cargo.lock

# Debug files
*.pdb

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

# OS files
.DS_Store
Thumbs.db

# Writing files created by the app (optional - uncomment if you don't want to track your writings)
# *.txt
