# 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
*.shp
*.sbx
*.sbn
*.shx
*.prj
*.qpj
*.dbf
*.cpg
*.msk
*.kmz
*.jpg
*.wld
*.geojson
*.xml

# VRT
*.vrt

# Log files
*.log

# Pickle Data
*.pkl

# Ignore pdf Files
*.pdf

# Ignore json
*.json

# Coverage
*.coverage

# pre-commit
.pre-commit-config.yaml

# Test Output
tests/tmp/

# Ignore Out of notebooks
notebooks/out/
notebooks/los-angeles/


# Notes
notes/


# Notebooks in tests
tests/*.ipynb

# Runner in nb directory
notebooks/runner.py

# Notebook Data Output
notebooks/time_series/

# Deprecated
deprecated/

# tests out (for test data generation)
tests/out/

# Generation Notebook
!tests/Generate_Test_Data.ipynb

# Temporary directories for tests
tests/tmp/
tests/tmp2/

# Testing notebooks
_testing

# Confirmation Data
examples/with_confirmation/confirmed_products/
examples/with_confirmation/unconfirmed_products/
examples/only_confirmation/chile_fire_confirmed/

# Mkdocs
site/

# regression test
regression_test/out_0/
regression_test/out_1/
regression_test/product_0/
regression_test/product_1/
regression_test/golden_dataset/
regression_test/test_out/
regression_test/test_product/
regression_test/runconfig_test.yml
regression_test/runconfig.yml
regression_test/algo_config.yml
regression_test/algo_params.yml
regression_test_2/

# Claude
claude.md

# Tests not tracked
_tests_not_tracked/
tests/tmp*/