# Folders not needed for repo (old)
*.parquet
*.html

# ...except the example data the package ships. Every file below is loaded by a
# diive.configs.exampledata function and is needed by the tests, the examples and
# the packaged GUI. Without these exceptions the rule above hides them from `git
# add` without a word: that is how all six of the non-CH-DAV files went missing
# (they only ever existed in a working directory, never in a commit), taking 23
# tests and 8 examples down with them once that copy was gone.
# ADDING NEW EXAMPLE DATA? Add a line here, or it will not be committed.
# Scratch data that should stay local belongs in /diive/configs/exampledata/local.
!diive/configs/exampledata/exampledata_PARQUET_CH-CHA_FP2025.3_subset_30MIN.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-DAV_FP2022.5_2013-2022_ID20230206154316_30MIN.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-HON_2025_LEVEL-0_TLAG-VARS_IRGA75_SUBSET.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-LAE_22.4_FLUXES_LEVEL-1_IRGA72+METEO7_2024_SUBSET.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-LAE_FP2025.X_22_IRGA75+IRGA72_FPC_NEE-QCF11-L3.2_2016-2017.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-LAE_METEO_RH_1MIN.parquet
!diive/configs/exampledata/exampledata_PARQUET_CH-LAE_METEO_SW_IN_1MIN.parquet
!diive/configs/exampledata/exampledata_PARQUET_winddirection_degrees_CH-FRU_2005-2022.parquet

# Build identifier stamped in by packaging/build_gui.ps1 (packaged builds only)
diive/gui/_build_info.txt

# Development utilities (not for distribution)
/dev_scripts/

# e.g.: /src
/.idea/
/__local_folders
/notebooks/_scratch/
/notebooks/_testdata_notebooks/
/notebooks/FluxProcessingChain/example_data
/notebooks/Workbench/FLUXNET_CH4-N2O_Committee_WP2/data/
/notebooks/Workbench/CH-HON
/notebooks/Workbench/CH-DAS_2023_FluxProcessingChain
/notebooks/Workbench/prelim_fluxes
/notebooks/Workbench/Comparisons
/notebooks/Workbench/mercury
/diive/configs/exampledata/local
/_archived

# .claude local configuration (not shared)
.claude/settings.local.json
.claude/keybindings.json
.claude/memory/
.claude/worktrees/
.claude/scheduled-tasks/
.claude/

# But DO commit these:
# .claude/settings.json    ← shared harness config
# .claude/launch.json      ← shared dev servers


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

# C extensions
*.so

# Distribution / packaging
.Python
# build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
!packaging/diive_gui.spec
# PyInstaller working dir (dist/ already ignored above)
/build/

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/build/
docs/_build/
# Sphinx-Gallery output: regenerated from examples/ on every docs build.
docs/auto_examples/
docs/sg_execution_times.rst
# Autodoc/autosummary output: regenerated from the package on every docs build.
docs/_autosummary/
docs/api/generated/
docs/source/_build/
docs/source/_autosummary/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
/notebooks/Manuscripts/Hörtnagl et al. (2023) - NEP Penalty/
/notebooks/Workbench/example_n2o_outlier/
/notebooks/Workbench/FLUXNET CH4 N2O Committee WP2/data/
/notebooks/Workbench/FLUXNET_CH4-N2O_Committee_WP2/data/
/__archived/
/__local_folders/
