-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 908 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (33 loc) · 908 Bytes
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
# Python
*.pyc
__pycache__/
*.so
.eggs
*.egg-info
build
dist
.pytest_cache/
# Jupyter
.ipynb_checkpoints/
# macOS
.DS_Store
# Datasets fetched by pycurious.download at notebook runtime. These are
# hundreds of megabytes and are reproducible from their URL and checksum, so
# they are cached locally rather than committed. Everything in Examples/data
# is ignored except the small synthetic anomaly the tests rely on.
Examples/data/*
!Examples/data/test_mag_data.txt
# Rasters and grids written by the notebooks themselves, e.g. the GeoTIFF
# exported at the end of Ex5.
*.tif
*.tiff
*.npz
!tests/*.npz
# Sphinx build output, and the tutorial notebooks + data fixture that
# docs/copy_notebooks.py stages into the source tree on every build. These are
# regenerated from Examples/, so they are never committed.
docs/_build/
docs/tutorials/bouligand/
docs/tutorials/tanaka/
docs/data/
docs/api/generated/