*.pyc
*.bak
*~
*.so
*.c
*.html
*.pdf
*.npz
*.pkl
#*#
build/
dist/
*egg-info/
__pycache__/
.DS_Store

.vscode/
.venv*/
.env/

# Hatch-vcs generated version files
packages/pyapprox/src/pyapprox/_version.py
packages/pyapprox-benchmarks/src/pyapprox_benchmarks/_version.py
packages/pyapprox-tutorials/src/pyapprox_tutorials/_version.py

# Patch files
*.patch

# Migration scripts
_migrate*.py
_fixup*.py

# Ad-hoc scripts
scripts/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/

# import-linter
.import_linter_cache/

# Quarto
_freeze/
_site/
_book/
_build_logs/
.quarto/

# Quarto render tooling output
tutorials/library/render_errors.txt
tutorials/library/render_times.txt
tutorials/library/render_timings.csv
tutorials/library/time_renders.sh
