Diff of /.gitignore [000000] .. [9173ee]

Switch to unified view

a b/.gitignore
1
.DS_Store
2
3
# example scripts Anthony used for testing: 
4
examples/**/test_*.ipynb
5
6
# extra figures
7
images/cart_thick_fig_pics/
8
9
# Created by https://www.toptal.com/developers/gitignore/api/python
10
# Edit at https://www.toptal.com/developers/gitignore?templates=python
11
12
### Python ###
13
# Byte-compiled / optimized / DLL files
14
__pycache__/
15
*.py[cod]
16
*$py.class
17
*.pyc
18
19
*.egg-info/
20
.eggs/
21
22
# C extensions
23
*.so
24
25
# Distribution / packaging
26
.Python
27
build/
28
develop-eggs/
29
dist/
30
downloads/
31
eggs/
32
.eggs/
33
lib/
34
lib64/
35
parts/
36
sdist/
37
var/
38
wheels/
39
wheelhouse/
40
share/python-wheels/
41
*.egg-info/
42
.installed.cfg
43
*.egg
44
MANIFEST
45
46
# PyInstaller
47
#  Usually these files are written by a python script from a template
48
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
49
*.manifest
50
*.spec
51
52
# Installer logs
53
pip-log.txt
54
pip-delete-this-directory.txt
55
56
# Unit test / coverage reports
57
htmlcov/
58
.tox/
59
.nox/
60
.coverage
61
.coverage.*
62
.cache
63
nosetests.xml
64
coverage.xml
65
*.cover
66
*.py,cover
67
.hypothesis/
68
.pytest_cache/
69
cover/
70
71
# Translations
72
*.mo
73
*.pot
74
75
# Django stuff:
76
*.log
77
local_settings.py
78
db.sqlite3
79
db.sqlite3-journal
80
81
# Flask stuff:
82
instance/
83
.webassets-cache
84
85
# Scrapy stuff:
86
.scrapy
87
88
# Sphinx documentation
89
docs/_build/
90
91
# PyBuilder
92
.pybuilder/
93
target/
94
95
# Jupyter Notebook
96
.ipynb_checkpoints
97
98
# IPython
99
profile_default/
100
ipython_config.py
101
102
# pyenv
103
#   For a library or package, you might want to ignore these files since the code is
104
#   intended to run in multiple environments; otherwise, check them in:
105
# .python-version
106
107
# pipenv
108
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
109
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
110
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
111
#   install all needed dependencies.
112
#Pipfile.lock
113
114
# poetry
115
#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
116
#   This is especially recommended for binary packages to ensure reproducibility, and is more
117
#   commonly ignored for libraries.
118
#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
119
#poetry.lock
120
121
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
122
__pypackages__/
123
124
# Celery stuff
125
celerybeat-schedule
126
celerybeat.pid
127
128
# SageMath parsed files
129
*.sage.py
130
131
# Environments
132
.env
133
.venv
134
env/
135
venv/
136
ENV/
137
env.bak/
138
venv.bak/
139
140
# Spyder project settings
141
.spyderproject
142
.spyproject
143
144
# Rope project settings
145
.ropeproject
146
147
# mkdocs documentation
148
/site
149
150
# mypy
151
.mypy_cache/
152
.dmypy.json
153
dmypy.json
154
155
# Pyre type checker
156
.pyre/
157
158
# pytype static type analyzer
159
.pytype/
160
161
# Cython debug symbols
162
cython_debug/
163
164
# PyCharm
165
#  JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
166
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
167
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
168
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
169
#.idea/
170
171
# End of https://www.toptal.com/developers/gitignore/api/python
172
173
# Local files we dont want to track
174
functions_from_neuralseg_nsvtk_deleting_as_added_to_pymskt.py
175
vtk_bone_tools.egg-info/
176
pymskt/cython/cython_functions.html
177
pymskt/cython/cython_functions.c
178
.vscode/settings.json
179
wheelhouse/pymskt-0.0.1.tar.gz
180
wheelhouse/pymskt-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl
181
pymskt/*.so
182
pymskt/mesh/testing_pcu_utils.py
183
184
examples/superficial_deep_cartilage_regions/*.nrrd