-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
63 lines (55 loc) · 956 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
# Editor / OS related
.vscode
.DS_Store
# Packaging tmp stuff #
#######################
build
# Compiled source #
###################
*.a
*.o
*.so
*.mod
# Doc generated files #
#######################
docs/_build
docs/source/user_guide/contrib/generated
docs/source/user_guide/contrib/index.rst
docs/source/user_guide/api/generated
# Python files #
################
# scikit-build-core working directory
_skbuild
_esp_build
# scikit-build-core dist directory
dist
# Egg metadata
*.egg-info
# other temporary files
.coverage
coverage.xml
.deps
.libs
.eggs
pip-wheel-metadata
wheelhouse
.tox
# MANIFEST
src/espresso/_version.py
# pytest cache #
################
*.cache
.pytest_cache
*__pycache__
.ipynb_checkpoints
.cache/*
*__pycache__/
*.pyc
.report.json
# # Generated by sphinx-gallery
# tools/sphinx_gallery/generated/
# Custom testing files
tools/validation/_output/
debug.log
# Temporary data files
examples/pygimli_dcip/transform-2020-simpeg