# Compiled files
################
*.pyc
*.so
*.c
*.h
*.exe
*.o
*.mod
build/
dist/

# IPython Notebook files
############################
.ipynb_checkpoints/

# Previously generated files
############################
*.pdf
*.csv
*.nc
*.html
pyrcel.egg-info

# Documentation
############################
docs/_build/
docs/generated/
docs/examples/*.rst
docs/examples/*files/
# mkdocs build output
site/

# Other
#######
*~
*#
parcel_model.egg-info
.idea/*
*.dat
*.DS_Store
# demo / CLI run artifacts (root-level only; does not affect docs/assets/output/)
/output/
# pixi environments
.pixi
# local virtualenvs (v2 dev env)
.venv/
.hypothesis/
.pytest_cache/
*.egg-info
# auto-generated by setuptools-scm, not tracked per file instructions
pyrcel/version.py
pyrcel/V2_OVERHAUL.md
.claude/
