phillip.rothenbeck 4 месяцев назад
Родитель
Сommit
af24764e67
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      .gitignore

+ 8 - 1
.gitignore

@@ -1,8 +1,15 @@
-# push no pycache
+# push no pycache and config files
 **__pycache__**
+*.json
+
+# push no batch skripts
+*.sh
 
 # push no training result data
 *.csv
+*.pdf
+*.out
+*.gif
 
 # push no RKI data
 *_RKI_*.csv