1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Build artifacts /target/ # Editor/IDE .idea/ .vscode/ *.swp *.swo .DS_Store # Personal/temp files *.tmp *.bak dead_code_report*.txt sample_usage.txt # Cargo Cargo.toml.new Cargo.toml.tmp