LPX55 commited on
Commit
e799e01
·
1 Parent(s): c56a0f7

chore: update .gitignore to include additional Python bytecode files and inference log directories

Browse files
Files changed (1) hide show
  1. .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