# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
dist/

# The compiled kernel (rebuilt by `pip install -e .`) and Rust build output
src/wade/_kernel*.so
src/wade/_kernel*.pyd
/target/

# Rendered notebooks carry data-derived values; the .qmd source is the artifact.
# A leading underscore marks a Quarto partial, which is source.
notebooks/*.html
!notebooks/_*.html
notebooks/*.pdf
notebooks/*.quarto_ipynb
notebooks/*_files/
notebooks/.quarto/
.quarto/

# Editors and OS
.vscode/
.idea/
.DS_Store
