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

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

# MSVC Windows builds produce these, which are not necessary to track
*.pdb

# IDE-specific files
.vscode/
.idea/

# Environment variables
.env
.env.*
!.env.example 

PROJECT_REVIEW.md