forked from GenericMappingTools/pygmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (44 loc) · 746 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
# Byte-compiled / optimized / DLL files
*.py[cd]
# C extensions
*.so
# Distribution / packaging
build/
dist/
*.egg
*.egg-info/
.eggs/
MANIFEST
# Unit test / coverage reports / linter cache
.cache
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.pytest_cache/
.ruff_cache/
results/
result_images/
tmp-test-dir-with-unique-name/
# Sphinx documentation
doc/api/generated/
doc/_build/
doc/intro/
doc/tutorials/
doc/gallery/
doc/projections/
# doc/sg_execution_time.rst is auto-generated by Sphinx-Gallery
doc/sg_execution_times.rst
# Jupyter notebook
.ipynb_checkpoints/
# Visual Studio Code
.vscode/
# Environments
.env
# Backup copies / swap files
*~
.*.swp
# macOS
.DS_Store
# Data files (tracked using dvc)
pygmt/tests/baseline/test_*.png