kalpesh77 commited on
Commit
1773a75
·
verified ·
1 Parent(s): b23eb7e

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +6 -0
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .env
4
+ *.log
5
+ .vscode/
6
+ .idea/