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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# ExperienceOS runtime data (never commit a personal knowledge base)
.experienceos/
.experienceos-demo/

# ZCode session-local tool state
.zcode/


# screenshot/demo scratch home
.experienceos-shots/
