# Visual Studio Proj Files
.venv*
.env
.vscode

# hide intellij files
.idea

# Cache
.mypy_cache
*__pycache__
*.pyc
*.coverage
.coverage*
*.pytest_cache

# database files
*.db*

# dis pkg
*egg-info
*.eggs
dist
_skbuild
build

# Mac files
.DS_Store

# Ignore built library
*.so
*.mod

target/*

# Ignore built documents
docs/html
docs/doctrees
docs/auto_examples
docs/plot_directive
docs/doctest
docs/latex
docs/_build_test
docs/sg_execution_times.rst
docs/**/.ipynb_checkpoints
*.mod

# Ignored downloaded cached files
**/data/*.json.gz
**/data/neowise_diameters_albedos*

# Local research and analysis work - scratch scripts, run outputs, notes.
# Never committed; nothing in the library may depend on it.
analysis/