Spaces:
Runtime error
Runtime error
Commit
•
d264811
1
Parent(s):
96754c7
Updating ignore files
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
.idea/
|
2 |
notebooks/.ipynb_checkpoints/*
|
3 |
data/*/*
|
|
|
|
|
|
|
|
|
|
1 |
.idea/
|
2 |
notebooks/.ipynb_checkpoints/*
|
3 |
data/*/*
|
4 |
+
.ipynb_checkpoints/requirements-checkpoint.txt
|
5 |
+
**/*.cpython-310..pyc
|
6 |
+
src/preprocessing/.ipynb_checkpoints/consolidate-checkpoint.py
|
7 |
+
src/preprocessing/__pycache__/consolidate.cpython-310.pyc
|