# Virtual environment (uses uv run at runtime)
.venv/

# Demo videos (too large for bundle)
assets/demo*.mov
assets/*.mov

# Git
.git/

# Tests
tests/

# Development files
__pycache__/
*.pyc
.pytest_cache/

# Editor files
.vscode/
.idea/
*.swp

# State files from audit
.clone-and-audit-state.json
