Mark Febrizio commited on
Commit
5729741
1 Parent(s): 5dcecd4

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +12 -1
.gitignore CHANGED
@@ -1,7 +1,18 @@
1
  # ----- Project Specific ----- #
2
 
3
- app_planning.txt
 
 
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