Maximofn commited on
Commit
2b82ee7
·
1 Parent(s): f2be381

Add .gitignore for Python project

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .env
2
+ .gradio
3
+ **/__pycache__