ghostai1 commited on
Commit
ecccc10
·
verified ·
1 Parent(s): c4ba937

Create .gitignore

Browse files
Files changed (1) hide show
  1. GhostPackDemo/.gitignore +8 -0
GhostPackDemo/.gitignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # .gitignore
2
+ venv/
3
+ __pycache__/
4
+ hf_download/
5
+ outputs/
6
+ *.mp4
7
+ *.png
8
+ .DS_Store