Files
rustframe/.gitignore
2025-04-26 02:34:10 +01:00

15 lines
118 B
Plaintext

# Adding Cargo.lock as this is a library
Cargo.lock
/target
dev/
data/
*.log
*.pkl
.env
.venv/
tarpaulin-report.*