# Environment variables
.env

# Python
__pycache__/
_version.py
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*~

# Logs
*.log
logs/

# Docker
.dockerignore

# Cache
.cache/

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Backup files
*.bak
*.backup

# Testing
.coverage
live-smoke-results/

# Playwright MCP artifacts
.playwright-mcp/

.DS_Store

aiounifi/*
aiounifi

.env.template
claude_config.json

# open-agent-kit: Codebase Intelligence
.oak/ci/
.oak/config.*.yaml

# open-agent-kit: Issue raw JSON (local debugging only)
oak/issue/**/context.json

# open-agent-kit: CI hook configs (local-only, regenerated by oak ci start)
.claude/settings.local.json

# Specs and plans — captured in Myco vault, not the repo
docs/superpowers/
docs/plans/
docs/specs/
.superpowers/

.mcpregistry_*

# Myco managed (machine-specific)
.agents/skills/myco-rules
.agents/skills/myco
.wrangler/
