# Generated by Cargo # will have compiled files and executables /target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk # OSX leaves these everywhere on SMB shares ._* # OSX trash .DS_Store # Eclipse files .classpath .project .settings/** # Vim swap files *.swp # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA .idea/ *.iml out/ # Vscode files .vscode/** docker-compose.yml Dockerfile