Mark Febrizio
commited on
Commit
•
5729741
1
Parent(s):
5dcecd4
Update .gitignore
Browse files- .gitignore +12 -1
.gitignore
CHANGED
@@ -1,7 +1,18 @@
|
|
1 |
# ----- Project Specific ----- #
|
2 |
|
3 |
-
|
|
|
|
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# ----- Python ----- #
|
7 |
|
|
|
1 |
# ----- Project Specific ----- #
|
2 |
|
3 |
+
# text files except for requirements
|
4 |
+
*.txt
|
5 |
+
!requirements.txt
|
6 |
|
7 |
+
# HF space folder
|
8 |
+
.huggingface
|
9 |
+
|
10 |
+
# shinyapps folder
|
11 |
+
rsconnect-python/
|
12 |
+
|
13 |
+
# data output
|
14 |
+
data/
|
15 |
+
*.csv
|
16 |
|
17 |
# ----- Python ----- #
|
18 |
|