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

# Remove Cargo.lock from gitignore if creating an executable, which uses Cargo.lock to ensure reproducible builds
# Cargo.lock is already gitignored automatically for libraries

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# RustRover/IntelliJ IDEA
.idea/

# VS Code
.vscode/

# macOS
.DS_Store

# Temporary files
*.swp
*.swo
*~


#Claude.md
CLAUDE.md

.env*