added gitignore

This commit is contained in:
Brad Stein 2025-06-01 14:09:57 -05:00
parent 6d335b6968
commit 4ecf19ccd2

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
# Generated build directory
/target/
# Cargos lock file (uncomment if youre publishing a library; otherwise keep it committed)
/Cargo.lock
# If you use rustfmts override file
/override.toml
# If you use sccache for caching
/.cache/sccache/
# If you build with Cargos check --unit-graph (creates a unit-graph.json)
/unit-graph.json
# IDE/editor temporary files (optional)
/**/*.rs.bk
**/*.rs.orig
**/*.rs.rej
**/*~
*.swp
*.swo