__pycache__/
*.py[cod]
.venv/
testenv/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.ppy-cache/
*.md
!README.md
!CONTRIBUTING.md
!CHANGELOG.md
!docs/*.md
!docs/*/*.md
!examples/**/*.md
examples/**/uv.lock
examples/**/.venv/

# Compiled C reference binaries built beside an example.
*_c
*_clang
examples/**/native/
# the built documentation site
site/
# what an example writes when its README's commands are run
*.ppyprof
examples/**/report.json
examples/**/input.txt.out
