# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# pytest
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
distillery.yaml.local

# Worktrees
.worktrees/
.claude/worktrees/

# promptfoo local output
.promptfoo/

# Spec proof artifacts and validation reports (generated by cw-execute/cw-validate)
docs/specs/**/*-proofs/
docs/specs/**/*-validation-*.md
site/

# Working demo files (committed versions live in docs/assets/)
*.cast
*.gif
!docs/assets/*.cast
!docs/assets/*.gif
