chore: update .gitignore to include additional Python bytecode files and inference log directories
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -7,4 +7,7 @@ forensics/__pycache__/*
|
|
7 |
*.cpython-311.pyc
|
8 |
*.cpython-312.pyc
|
9 |
test.ipynb
|
10 |
-
models/*
|
|
|
|
|
|
|
|
7 |
*.cpython-311.pyc
|
8 |
*.cpython-312.pyc
|
9 |
test.ipynb
|
10 |
+
models/*
|
11 |
+
*.cpython-310.pyc
|
12 |
+
*/inference_logs/*
|
13 |
+
hf_inference_logs/*.json
|