__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
!.github/**/*.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
examples/*/compare/target/
examples/*/compare/Cargo.lock
examples/*/compare/build/
examples/*/compare/*.so
examples/*/compare/*_cython.c
# what a RunPod validation run brings back
cloud-results/
