diff options
author | SaurabhAgarwala | 2019-12-16 07:58:03 +0530 |
---|---|---|
committer | SaurabhAgarwala | 2019-12-16 07:58:03 +0530 |
commit | 68e33f34e454c6cea16db04ff7b1a73a9c670de1 (patch) | |
tree | ceb14ba6b06942e1998f6fdc0e9dd427945bd286 /.gitignore | |
parent | d77a48ced21b2c5f8293148379f061897c50d4f4 (diff) | |
download | Chemical-Simulator-GUI-68e33f34e454c6cea16db04ff7b1a73a9c670de1.tar.gz Chemical-Simulator-GUI-68e33f34e454c6cea16db04ff7b1a73a9c670de1.tar.bz2 Chemical-Simulator-GUI-68e33f34e454c6cea16db04ff7b1a73a9c670de1.zip |
Added normailizing feature, and enhanced readability
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0a2e7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +OMChem/__pycache__/* +__pycache__/* +Simulator/Flowsheet* +Simulator/simulateEQN.mos +.vscode/settings.json |