Spaces:
Running
Running
updated gitignore to include pycache and removed it from the githistory as its not needed there. data24.csv was updated to some recent jobs but is still usable.
Browse files- .gitignore +6 -4
- notebooks/data24.csv +0 -0
.gitignore
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
*.env
|
2 |
-
.env
|
3 |
-
|
4 |
# Jupyter Notebooks
|
5 |
.ipynb_checkpoints/
|
6 |
|
7 |
# Python virtual environment
|
8 |
-
venv/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Jupyter Notebooks
|
2 |
.ipynb_checkpoints/
|
3 |
|
4 |
# Python virtual environment
|
5 |
+
venv/
|
6 |
+
*.env
|
7 |
+
.env
|
8 |
+
|
9 |
+
__pycache__/
|
10 |
+
*.pyc
|
notebooks/data24.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|