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

# Node
node_modules/
frontend/dist/
.cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Environment
.env
.env.local
.env.*.local

# Secrets
*.pem
*.key
macvm-infra
id_rsa*

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
coverage/
.coverage
htmlcov/

# Build artifacts
cli/voke
action/dist/
mcp/dist/
# Frontend dist and node_modules are built/installed in CI
frontend/dist/
frontend/node_modules/

# Infra env (never commit)
infra.env
*.env.local
