# Generated by Cargo
# will have compiled files and executables
/target/

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

# Environment variables
*.env

# Log files
*.log

# JetBrains project config folder.
.idea
.fleet

# Ignore Vim temporary and swap files.
*.sw?
*~

# Ignore nix build output
result
