Spaces:
Runtime error
Runtime error
update gitignore
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -4,3 +4,8 @@ __pycache__/explainability.cpython-311.pyc
|
|
4 |
__pycache__/plagiarism.cpython-311.pyc
|
5 |
__pycache__/predictors.cpython-311.pyc
|
6 |
__pycache__/utils.cpython-311.pyc
|
|
|
|
|
|
|
|
|
|
|
|
4 |
__pycache__/plagiarism.cpython-311.pyc
|
5 |
__pycache__/predictors.cpython-311.pyc
|
6 |
__pycache__/utils.cpython-311.pyc
|
7 |
+
__pycache__/utils.cpython-39.pyc
|
8 |
+
__pycache__/utils.cpython-310.pyc
|
9 |
+
__pycache__/writing_analysis.cpython-39.pyc
|
10 |
+
__pycache__/writing_analysis.cpython-310.pyc
|
11 |
+
__pycache__
|