# macOS
.DS_Store

# Generated demo artifacts
demo.gif
demo.tape

# AI agent documents
.ai/

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

# Virtual environments
.venv/

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage

# Test files
*.safetensors

# Skill installer state (written by `sft skill install` into the source dir
# when developing locally — not source code).
.sft-skill-install.json
