# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# examples
examples/


# Auto-generated by pivotal parser
.pivotal_autocomplete.json
pivotal_autocomplete.json

# TODO
TASKS.md

# VS Code
.vscode/

# Jupyter
.ipynb_checkpoints/
Untitled*.ipynb

# Node / JupyterLab extension build
editors/jupyterlab/node_modules/
editors/jupyterlab/lib/
editors/jupyterlab/.yarn/

# Node / VS Code extension build
editors/vscode/node_modules/
editors/vscode/out/
editors/vscode/*.vsix

# Environment
.env
.venv/

# OS
.DS_Store
Thumbs.db

# Output packages (generated at runtime)
output/*
!output/.gitkeep

# MkDocs generated site
site/

# Claude
.claude/

# Playwright test output
tests/jupyter_screenshots/
tests/jupyter_baseline/*.png

# start script
start_pivotal.sh

# release script
release.sh
