-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
125 lines (91 loc) · 2.84 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
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
**/__pycache__/
*.egg-info/
# PyCharm
.idea/
# files generated by tests
yaml2sbml/tests/test_yaml2sbml/sbml_test.xml
# Documentation build
/doc/build
### Files generated when running the notebooks (AMICI + PEtab files)
**/amici_models/
**/AMICI_models/
## FSP examples
/doc/examples/Finite_State_Projection/gene_expression.xml
## Format Features
/doc/examples/Format_Features/functions_in_rhs.xml
/doc/examples/Format_Features/step_function.xml
/doc/examples/Format_Features/time_dependent_rhs.xml
## Lotka Volterra
/doc/examples/Lotka_Volterra/Lotka_Volterra_CLI/Lotka_Volterra_PEtab.yml
/doc/examples/Lotka_Volterra/Lotka_Volterra_CLI/Lotka_Volterra_PEtab/
/doc/examples/Lotka_Volterra/Lotka_Volterra_CLI/Lotka_Volterra_basic.xml
/doc/examples/Lotka_Volterra/Lotka_Volterra_Model_Editor/Lotka_Volterra_PEtab.yaml
/doc/examples/Lotka_Volterra/Lotka_Volterra_Model_Editor/Lotka_Volterra_PEtab/
/doc/examples/Lotka_Volterra/Lotka_Volterra_Model_Editor/Lotka_Volterra_basic.xml
/doc/examples/Lotka_Volterra/Lotka_Volterra_Model_Editor/Lotka_Volterra_basic.yaml
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_AMICI/
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_PEtab/Lotka_Volterra_with_observables.xml
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_PEtab/experimental_conditions_Lotka_Volterra_with_observables.tsv
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_PEtab/observables_Lotka_Volterra_with_observables.tsv
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_PEtab/parameters_Lotka_Volterra_with_observables.tsv
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_PEtab/problem.yml
/doc/examples/Lotka_Volterra/Lotka_Volterra_python/Lotka_Volterra_basic.xml
## Sorensen
/doc/examples/Sorensen/Fig71_Sorensen1985.xml
### JupyterNotebooks ###
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# IPython
profile_default/
ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Build
/build/
/dist/
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# vim
*.swp
# tox
/.tox
# coverage
/.coverage
/htmlcov
/coverage.xml