Bladeren bron

dont push training results

phillip.rothenbeck 5 maanden geleden
bovenliggende
commit
e37bc59bbb
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -1,6 +1,9 @@
 # push no pycache
 # push no pycache
 **__pycache__**
 **__pycache__**
 
 
+# push no training result data
+*.csv
+
 # push no RKI data
 # push no RKI data
 *_RKI_*.csv
 *_RKI_*.csv
 */state_data/*
 */state_data/*