# 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
