Spaces:
Running
Running
Jatin Mehra
commited on
Commit
·
75d04ae
1
Parent(s):
cf23d65
Update .gitignore to include additional file patterns
Browse files- .gitignore +4 -1
.gitignore
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
secrets.toml
|
2 |
__pycache__/
|
3 |
-
*.pkl
|
|
|
|
|
|
|
|
1 |
secrets.toml
|
2 |
__pycache__/
|
3 |
+
*.pkl
|
4 |
+
.env
|
5 |
+
*.pdf
|
6 |
+
.venv/
|