# Deprecated Folder
_deprecated/

# OS Files
**/.DS_Store
**/.DS_Store?

# vscode
.vscode

# env file
.env

# Vim files
*.sw[mnop]

# Notebooks used for presentations
notebooks_plots/

# Test output
tests/out/

# .pyenv files
.python-version

# pytest files
.pytest_cache/

# Jupyter files
*.ipynb_checkpoints

# Python build files
build/

# Rope Files
.ropeproject/

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

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
**/*.egg-info

# Environments
.env
.envrc

# Gdal and other image formats
*.xml
*.shp
*.sbx
*.sbn
*.shx
*.prj
*.qpj
*.dbf
*.cpg
*.msk
*.kmz
*.jpg
*.wld
*.geojson

# VRT
*.vrt
*.wgs84

# Log files
*.log

# Pickle Data
*.pkl

# Ignore pdf Files
*.pdf

# Ignore json
*.json

# Coverage
*.coverage

# old notebooks
notebooks/deprecated/

# data output from nbs
notebooks/out/