Skip to content

Commit b150717

Browse files
Update .gitignore
Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 77b6af6 commit b150717

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ venv/
1717
# macOS
1818
.DS_Store
1919

20-
# Data / models (keep only the final .pkl if you want)
20+
# Logs and temp files
2121
*.log
2222
*.tmp
23+
24+
# NOTE:
25+
# We intentionally do NOT ignore *.pkl in this academic project.
26+
# The file modelo_falha_rf.pkl can be versioned so the professor
27+
# can clone the repository and run the server without retraining
28+
# the model first.

0 commit comments

Comments
 (0)