kreemyyyy commited on
Commit
b306e71
·
verified ·
1 Parent(s): 3d3665f

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +31 -33
.gitignore CHANGED
@@ -1,34 +1,32 @@
1
- # Environment and secrets
2
- .env
3
- .streamlit/secrets.toml
4
- secrets.toml
5
-
6
- # Python cache
7
- __pycache__/
8
- *.pyc
9
- *.pyo
10
- *.pyd
11
- .Python
12
- *.so
13
-
14
- # Database files
15
- *.db
16
- *.sqlite
17
- *.sqlite3
18
-
19
- # IDE files
20
- .vscode/
21
- .idea/
22
- *.swp
23
- *.swo
24
-
25
- # OS files
26
- .DS_Store
27
- Thumbs.db
28
-
29
- # Logs
30
- *.log
31
-
32
- # Temporary files
33
- *.tmp
34
  *.temp
 
1
+ # Environment and secrets
2
+ .env
3
+
4
+ # Python cache
5
+ __pycache__/
6
+ *.pyc
7
+ *.pyo
8
+ *.pyd
9
+ .Python
10
+ *.so
11
+
12
+ # Database files
13
+ *.db
14
+ *.sqlite
15
+ *.sqlite3
16
+
17
+ # IDE files
18
+ .vscode/
19
+ .idea/
20
+ *.swp
21
+ *.swo
22
+
23
+ # OS files
24
+ .DS_Store
25
+ Thumbs.db
26
+
27
+ # Logs
28
+ *.log
29
+
30
+ # Temporary files
31
+ *.tmp
 
 
32
  *.temp