Sanyog Chavhan commited on
Commit
cb9f190
·
1 Parent(s): ebdab4f

Added .gitignore to exclude unnecessary files

Browse files
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ignore compiled Python files
2
+ __pycache__/
3
+
4
+ # Ignore environment files
5
+ *.venv
6
+ *.env
7
+
8
+ # Ignore Streamlit secrets file
9
+ .streamlit/secrets.toml
10
+
11
+ # Ignore Git metadata (optional)
12
+ .git/
13
+
14
+ # Ignore logs and temporary files
15
+ *.log