LeoWalker commited on
Commit
08ac07d
1 Parent(s): d130605

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
Files changed (2) hide show
  1. .gitignore +6 -4
  2. 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