monitora988 commited on
Commit
6c5bbf8
·
verified ·
1 Parent(s): cc908b7

Create .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +9 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .env
4
+ .DS_Store
5
+ *.db
6
+ *.sqlite
7
+ *.sqlite3
8
+ data/__pycache__/
9
+ .streamlit/secrets.toml