JasonFinley0821 commited on
Commit
8c49f83
·
1 Parent(s): 252cb23

Ignore .pth files

Browse files
Files changed (1) hide show
  1. .gitignore +5 -1
.gitignore CHANGED
@@ -24,4 +24,8 @@ htmlcov/
24
  /static/ # 忽略整個 static 資料夾
25
  /logs/ # 日誌檔案
26
  *.log
27
- *.sqlite3 # 如果使用 SQLite 資料庫
 
 
 
 
 
24
  /static/ # 忽略整個 static 資料夾
25
  /logs/ # 日誌檔案
26
  *.log
27
+ *.sqlite3 # 如果使用 SQLite 資料庫
28
+
29
+ *.pth
30
+ *.pt
31
+ *.ckpt