fros1033 commited on
Commit
42e86b6
·
verified ·
1 Parent(s): 1386fce

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +19 -8
.gitignore CHANGED
@@ -1,8 +1,19 @@
1
- # Abaikan folder Virtual Environment
2
- venv/
3
-
4
- # Abaikan file cache Python
5
- __pycache__/
6
-
7
- # Abaikan file cache VS Code
8
- .vscode/
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Folder Virtual Environment
2
+ venv/
3
+ .venv/
4
+
5
+ # File database SQLite
6
+ *.db
7
+ *.sqlite
8
+ *.sqlite3
9
+ database
10
+ history
11
+ items
12
+
13
+ # File model dan cache
14
+ *.pkl
15
+ *.json
16
+ __pycache__/
17
+
18
+ # File spesifik OS
19
+ .DS_Store