Spaces:
Running
Running
Commit
·
688620a
1
Parent(s):
ff13ad9
Modified gitignore
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -8,6 +8,7 @@ __pycache__/
|
|
| 8 |
.ipynb_checkpoints
|
| 9 |
|
| 10 |
# Environments
|
|
|
|
| 11 |
.env
|
| 12 |
.venv
|
| 13 |
venv/
|
|
@@ -23,8 +24,7 @@ backend/backend-venv
|
|
| 23 |
*.pdf
|
| 24 |
|
| 25 |
# Processed data files
|
| 26 |
-
|
| 27 |
-
fin-data/processed/*.jsonl
|
| 28 |
|
| 29 |
# Notes
|
| 30 |
notes
|
|
|
|
| 8 |
.ipynb_checkpoints
|
| 9 |
|
| 10 |
# Environments
|
| 11 |
+
.python-version
|
| 12 |
.env
|
| 13 |
.venv
|
| 14 |
venv/
|
|
|
|
| 24 |
*.pdf
|
| 25 |
|
| 26 |
# Processed data files
|
| 27 |
+
data/processed/*.jsonl
|
|
|
|
| 28 |
|
| 29 |
# Notes
|
| 30 |
notes
|