-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 949 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Byte-compiled files
__pycache__/
*.py[cod]
*.dcf
PSDM/PSDM_Trichloroethylene-F400.xlsx
PSDM/best_fits-PSDM.xlsx
PSDM/Trichloroethylene_F400_example3.png
PSDM/Trichloroethylene_F400_example2.png
PSDM/Trichloroethylene_F400_example1a.png
PSDM/Trichloroethylene_F400_example1.png
PSDM/Example_TCE_F400_example2.xlsx
PSDM/Example_TCE_F400_example1a.xlsx
PSDM/Example_TCE_F400_example1.xlsx
PSDM/.ipynb_checkpoints/Simple_Example-checkpoint.ipynb
PSDM/Toluene-Tetrachloroethylene-Trichloroethylene_multi.png
PSDM/Trichloroethylene-Tetrachloroethylene-Toluene_multi.png
PSDM/*.png
PSDM/Simple_Example_short.ipynb
PSDM/output.xlsx
PSDM/PSDM_models.egg-info/*
PSDM/build/*
IonExchangeModel/ion_exchange_models.egg-info/*
IonExchangeModel/build/*
Shiny-IEX/.RData
Shiny-IEX/.Rhistory
Shiny-IEX/temp_file/*.csv
Shiny-GAC/.Rhistory
Shiny-GAC/.RData
Shiny-GAC/temp_file/*.csv
Shiny-PAC/test_code.py
Shiny-PAC/__pycache__/*
*_test.ipynb
new_Shiny-IEX/*