# Files generated by `mdsrc` from *.py.md sources
*.py[cod]
__pycache__/
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# Transpiler output: every foo.py next to a foo.py.md is generated.
# Track the .py.md, ignore the build artifact.
tutorials/**/*.py
!src/**/*.py
