# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

*.nc
*.json

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
.eggs/
*.egg-info/
*.egg

docs/sg_execution_times.rst
src/*/_version.py
_data/
_outputs/
data/
*.html

# Virtual environments
.venv/
.venv*/
venv/
.env/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache/
.pytest_cache/

# Type checker / linters
.mypy_cache/
.ruff_cache/

# IDEs and editors
#.vscode/
.idea/

# Sphinx documentation
docs/_build/
docs/auto_examples/
docs/api/

# OS files
.DS_Store
Thumbs.db
