From 0b4d01d2ad076cbd87638b0a18aaafd7470fd3a2 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 19 Nov 2022 18:08:47 +0800 Subject: [PATCH] Refine git ignore --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 376844c..6d3c1d9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,13 @@ __pycache__/ # pytest .pytest_cache/ -# epanet -*.rpt -*.opt - -# dev_demo +# dev dev_demo.py # db inp *.db.inp + +# calculation +*.rpt +*.opt +*.out.json