# PyCharm and vscode settings
.idea/
.vscode/

# Mac DS files
.DS_Store

# compiled python
*.pyc

# build and dist
build
dist
pyrealm.egg-info

# Ignore local pyenv settings
.python-version

# notebook caching
.ipynb_checkpoints

# R hidden files
.Rapp.history

# Coverage
.coverage

# mypy
.mypy_cache/

# Data
pyrealm_build_data/inputs_data_24.25.nc
pyrealm_build_data/eda.py

# Profiling
prof/
