Generated by cargo-new

The compilation directory, which is the most important to ignore

/target

The lockfile is typically not committed for libraries

Cargo.lock

General editor and OS files

*.swp
*~
.DS_Store

User-specific settings for IDEs

.idea/
.vscode/