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

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

# OS
.DS_Store
Thumbs.db

# Project specific
.ai-adapter/
.opencode
.github/agents
.github/bin
.github/commands/
.github/prompts/
.github/skills/
.github/workflows/
opencode.json
.mcp.json
/.github/agents/test-agent.md
/.github/agents/reviewer.agent.md
/.github/agents/agent1.md
/.github/agents/agent2.md
/.github/agents/alpha.agent.md
/.github/agents/beta.agent.md
/.github/agents/my.agent.md
/.github/agents/plain.md
/.github/bin/deploy-test.sh
/.github/bin/test1.sh
/.github/bin/test2.sh
/.github/commands/deploy.sh
/.github/commands/build.sh
/.mcp.json
/opencode.json
/.github/prompts/review.md
/.github/prompts/summary.md
/.github/skills/test-skill/
