-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (55 loc) · 1.44 KB
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Ignore the pycache files:
*.pyc
*.pyo
.pytest_cache
__pycache__/
.vscode
# Temporarly remove test yml file
.github/workflows/tests.yml
# Ignore all __pycache__ folders in the entire project
**/__pycache__/
# Ignore the folder with all the saved model weights:
src/Diffusion/Clean_lightning/*
src/Diffusion/Notebooks
src/Diffusion/RGD1_dataset_weights/
old_Struff
# Remove pbs scripts
*.pbs
weights_and_samples/
data/Dataset_W93/stereo_mols
data/Dataset_W93/ONE_stereo_centres
data/Dataset_RGD1/data/Clean_Geometries/
data/Dataset_RGD1/data/Multiple_TS/
data/Dataset_RGD1/data/Single_and_Multiple_TS/
data/Dataset_generated_samples_classifier/Clean/
data/Dataset_RDKIT/data/Clean_Geometries/
data/Dataset_RDKIT/data/Optimised_Geometries
guided_samples
Samples
# Model folders:
trained_models/Model_with_DMAE_loss_each_sample_of_bactch_and_mse_3000_epochs
trained_models/Model_with_DMAE_loss_each_sample_of_bactch_and_mse
trained_models/RDKIT
trained_models/RDKIT_dataset
trained_models/RDKIT_dataset_3000
trained_models/RDKIT_dataset_dmae
trained_classifier
RDKIT_dataset_3000
# Ignore Build stuff:
build
TS_DiffuGen.egg-info
dist
# Ignore Pytorch Lightning / WandB stuff:
lightning_logs
wandb
# Ignore .tar files
*.tar.gz
# Ignore .H5 files
*.h5
# Ignore all Notebooks:
*.ipynb
# Ignore reaction files in wb97xd3 folder
data/Dataset_W93/data/TS/wb97xd3/*
# Ignore the Clean Geometries:
data/Dataset_W93/data/Clean_Geometries/*
W93_dataset_weights