tanbushi commited on
Commit
141d8af
·
1 Parent(s): 67fc8c5
Files changed (2) hide show
  1. .gitignore +2 -0
  2. push.sh +3 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .env
2
+ __pycache__/
push.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ git add .
2
+ git commit -m "update"
3
+ git push