# Documentation
docs/introduction/getting-started/*.md
docs/introduction/*_files/
docs/recipes/*.md
docs/recipes/*/*.md
docs/recipes/*_files/
docs/examples/*.md
docs/examples/*/*.md
docs/examples/*_files/
docs/api/
site
docs/linkified

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

# C(++) extensions
*.so

# Rust compilation folder
/target


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

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

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

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

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

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache

# Pyre type checker
.pyre/

# Python Patch
.venv/

# IDE
.vscode
.idea

# For convenience
/*.ipynb
/*.csv*
/*.arff
/*.pkl
test.py

# For all-contributors
yarn.lock
node_modules/
package.json

# For MacOS
.DS_store

# ASV
benchmarks/.asv

# WASM
/*.html
