File: .gitignore

package info (click to toggle)
rdkit 202503.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 222,000 kB
  • sloc: cpp: 411,111; python: 78,482; ansic: 26,181; java: 8,285; javascript: 4,404; sql: 2,393; yacc: 1,626; lex: 1,267; cs: 1,090; makefile: 581; xml: 229; fortran: 183; sh: 121
file content (152 lines) | stat: -rw-r--r-- 4,562 bytes parent folder | download | duplicates (2)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
/Code/docs/
/Code/JavaWrappers/**/*.jar
/Code/JavaWrappers/gmwrapper/src/*
/Code/JavaWrappers/gmwrapper/doc/*
/Code/JavaWrappers/gmwrapper/build/*
/Code/JavaWrappers/gmwrapper/build-test/*
/Code/JavaWrappers/csharp_wrapper/swig_csharp/*.cs
/Code/JavaWrappers/csharp_wrapper/swig_csharp/*.cxx
/Code/JavaWrappers/csharp_wrapper/swig_csharp/bin
/Code/JavaWrappers/csharp_wrapper/swig_csharp/obj
/Code/JavaWrappers/csharp_wrapper/RdkitTests/bin
/Code/JavaWrappers/csharp_wrapper/RdkitTests/obj
/Data/Fonts/ComicNeue-*
/Data/Fonts/OFL.txt
/vcpkg/*
#- Eclipse files
/.project
/.pydevproject
/.cproject
/.settings/

#- CLion files
/cmake-build-*

#- IDEA files
/.idea

#- VS Code files
/.vscode
/.vs

#- Binary files
__pycache__/
*.so
*.pyc
/lib/
*.pyd

#- autosaves and backups
*~

#- Files created during build phase
/build*/
/Docs/Book/_build*/

/Code/RDBoost/test.h
/Code/RDGeneral/RDConfig.h
/Code/RDGeneral/enum.h
/Code/RDGeneral/export.h
/Code/RDGeneral/test.h
/Code/RDGeneral/versions.h
/Code/RDGeneral/versions.cpp

/Code/GraphMol/SLNParse/lex.yysln.cpp
/Code/GraphMol/SLNParse/sln.tab.cpp
/Code/GraphMol/SLNParse/sln.tab.hpp

/Code/GraphMol/SmilesParse/lex.yysmarts.cpp
/Code/GraphMol/SmilesParse/lex.yysmiles.cpp
/Code/GraphMol/SmilesParse/smarts.tab.cpp
/Code/GraphMol/SmilesParse/smarts.tab.hpp
/Code/GraphMol/SmilesParse/smiles.tab.cpp
/Code/GraphMol/SmilesParse/smiles.tab.hpp

/External/**/*.tar.gz
/External/**/*.zip
/External/AvalonTools/SourceDistribution
/External/CoordGen/coordgen/
/External/CoordGen/maeparser/
/External/Eigen/eigen/
/External/FreeSASA/freesasa*/
/External/INCHI-API/INCHI-1-SRC/
/External/INCHI-API/src/
/External/java_lib/
/External/pubchem_shape/pubchem-align3d/
/External/RingFamilies/RingDecomposerLib/
/External/YAeHMOP/yaehmop/
/External/catch/catch/
/External/rapidjson*/

/rdkit/RDPaths.py
/rdkit/Chem/inchi.py

#- Files created during tests
/Code/ForceField/MMFF/test_data/MMFF94_dative_min.sdf
/Code/ForceField/MMFF/test_data/MMFF94_dative_min_from_SMILES.sdf
/Code/ForceField/MMFF/test_data/MMFF94_hypervalent_min.sdf
/Code/ForceField/MMFF/test_data/MMFF94_hypervalent_min_from_SMILES.sdf
/Code/ForceField/MMFF/test_data/MMFF94_reference.log
/Code/ForceField/MMFF/test_data/MMFF94s_reference.log
/Code/ForceField/MMFF/test_data/testMMFFForceField.log

/Code/GraphMol/Depictor/test_data/cis_trans_cpp.out.sdf
/Code/GraphMol/Depictor/test_data/collisions.out.sdf
/Code/GraphMol/Depictor/test_data/first_200.out.sdf
/Code/GraphMol/Depictor/test_data/test1.out.sdf
/Code/GraphMol/Depictor/test_data/constrainedCoords.out.sdf


/Code/GraphMol/FileParsers/test_data/blah.sdf
/Code/GraphMol/FileParsers/test_data/blah_molsupplier.sdf
/Code/GraphMol/FileParsers/test_data/cdk2_stereo.sdf
/Code/GraphMol/FileParsers/test_data/cdk2_stereo_molsupplier.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few.tdt
/Code/GraphMol/FileParsers/test_data/outNCI_few.sdf_molwriter.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few_molsupplier.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few_molwriter.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_few_molwriter.tdt
/Code/GraphMol/FileParsers/test_data/outNCI_first_200.props.sdf
/Code/GraphMol/FileParsers/test_data/outNCI_first_200.props_molwriter.sdf
/Code/GraphMol/FileParsers/test_data/outSmiles.csv
/Code/GraphMol/FileParsers/test_data/outSmiles_molsupplier.csv
/Code/GraphMol/FileParsers/test_data/outSmiles_molwriter.csv
/Code/GraphMol/FileParsers/test_data/testSGroupsSample_V?000.mol
/Code/GraphMol/FileParsers/test_data/testSubstanceGroupsSample_V?000.mol

/Code/GraphMol/ForceFieldHelpers/UFF/test_data/Issue62.sdf

/Code/GraphMol/MolAlign/test_data/ref_e2_pyCrippenO3A.sdf

/Code/GraphMol/MolDraw2D/Comic_Neue.zip

/Code/GraphMol/MolTransforms/test_data/github4302_canon.sdf

/Code/GraphMol/Wrap/test_data/bilastine_trajectory.sdf
/Code/GraphMol/Wrap/test_data/outMaeWriter.mae
/Code/GraphMol/Wrap/test_data/outNCI_few.sdf
/Code/GraphMol/Wrap/test_data/outSmiles.txt

/Code/GraphMol/test_data/bilastine_trajectory.sdf
/Code/GraphMol/test_data/prop.pkl

/Projects/DbCLI/testData/bzr/

/rdkit/sping/tests/testallps.ps

/rdkit/ML/Data/test_data/testgeneral.dat.pkl
/rdkit/ML/Data/test_data/testquant.qdat.pkl
.DS_Store

/rdkit/fragmentshetero_atom_mutations_fuzzing.csv
/rdkit/fragmentsnot_changed_during_fuzzing.csv
/rdkit/hetero_atom_mutations.csv
/rdkit/not_changed.csv
/rdkit/similarityMap1_out.svg
/rdkit/similarityMap1_out2.svg

# JS distribution or temp files
Code/MinimalLib/dist
MAIN_RDKIT_README*
node_modules