forked from bioexcel/biobb_chemistry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (71 loc) · 856 Bytes
/
.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
__pycache__/
*.py[cod]
*.pyc
.Python
venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
nohup.out
pip-log.txt
pip-delete-this-directory.txt
cover/
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.mo
.mr.developer.cfg
.project
.pydevproject
.ropeproject
*.log
*.pot
*.err
*.out
docs/_build/
.idea/
*.ipr
*.iws
*.iml
out/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
.DS_Store
.AppleDouble
.LSOverride
.nohup.out
test/data/temp_results/
testworkflow/
testworkflow*
\#*
*.xvg.*
mdout.mdp
traj_comp.xtc
.ipynb_checkpoints
biobb_chemistry/docs/jupyter/data
biobb_chemistry/docs/jupyter/log.*
biobb_chemistry/docs/jupyter/.ipynb_checkpoints/
*.bk# Genbadge reports
reports/
flake8-badge.svg
.pytest_cache/
.pytest_cache
!ref_*.log
.idea
.vscode
.mypy_cache/