book
output/
target/
.idea/
__pycache__/
.pytest_cache/
.DS_STORE
checkouts
.ty_cache

# docs
.cache
site

# generated by scripts/generate_llmstxt.py
docs/llms.txt
docs/llms-full.txt

# playground
deploy/

# pixi environments
.pixi
target-pixi
*.conda

# python
.ipynb_checkpoints

# generated tutorial markdown (from notebooks)
docs/py-rattler-build/tutorials/

# pytest temp directories
pytest-temp