# Database
*.db
*.db-wal
*.db-shm

# Test footage
footage/

# Local MCP config (contains user-specific paths)
.mcp.json

# Test footage
footage1/

# Python
__pycache__/
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
*.pyc

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
