# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Editors / OS
.vscode/
.idea/
.claude/
.cache/
.DS_Store
Thumbs.db
*.swp

# Runtime artefacts
*.log
studio/base_library.json
studio/scenario_library.json
promptlibretto_exports/

# Zensical build output
site/

# Video tutorial working files
VIDEO_WALKTHROUGH.md
intro.html
