소스 검색

dont push training results

phillip.rothenbeck 6 달 전
부모
커밋
e37bc59bbb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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