瀏覽代碼

reconfigure the gitignore

phillip.rothenbeck 1 年之前
父節點
當前提交
f7ca58ef3a
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      .gitignore

+ 6 - 4
.gitignore

@@ -1,4 +1,6 @@
-*/__pycache__
-src/sir_dinn/__pycache__
-src/sir_dinn/dataset/__pycache__
-*.csv
+# push no pycache
+**__pycache__**
+
+# push no RKI data
+*_RKI_*.csv
+*/state_data/*