# Logs *.log # OS .DS_Store Thumbs.db # Backup files *.bak *.backup *~ # Temporary reports & documentation *-REPORT-*.md *-AUDIT-*.md *-SUMMARY-*.md SECURITY-*.md IMPLEMENTATION-*.md BEFORE-AFTER-*.md /INDEX.md # Scripts (caminhos absolutos, não versionados) sync-*.sh !sync-platform.sh !sync-opencode.sh !sync-claude.sh !sync-cursor.sh !sync-windsurf.sh !sync-continue.sh !sync-cline.sh validate-*.sh !scripts/hooks/validate-talos-scope.sh copilot-instructions.md instructions/DOCUMENTATION-STRUCTURE.md agents/coupon.agent.md instructions/vault-secrets-access.instructions.md # Artifact temp folder (ephemeral — wiped on sprint close, never committed) # Memory bank temp files only — ADR notes (_notes/) and task records (_tasks/) are committed # Generated platform command artifacts (sync byproduct) platform/cline/.clinerules/commands/ platform/continue/.continue/commands/ platform/cursor/.cursor/commands/ platform/opencode/.opencode/commands/ # Generated platform skill copies (sync byproduct) platform/claude/.claude/skills/ platform/cline/.clinerules/skills/ platform/continue/.continue/skills/ platform/cursor/.cursor/skills/ platform/opencode/.opencode/skills/ platform/windsurf/.windsurf/skills/ # Project-level generated artifacts (use --global instead) .github/agents/ .github/skills/ .github/instructions/ # Code indexer files (gtags, cscope) GTAGS GRTAGS GPATH gtags.files cscope.* # Dependencies node_modules/ # Build output dist/ # Platform template — reference only, not generated platforms/_template/agents/ # Environment files (secrets, never commit) .env .env.local .env.production # Python cache __pycache__/ *.pyc *.pyo # Generated script outputs scripts/model_data.json # OpenCode workspace agents (copied from agents/) .opencode/* !.opencode/plugins/ !.opencode/plugins/** # Keep Pantheon TUI plugin source (versioned, not generated) !platform/opencode/.opencode/plugins/ !platform/opencode/.opencode/plugins/** !platform/opencode/.opencode/package.json !platform/opencode/.opencode/tsconfig.json # Deepwork checkpoints (ephemeral session state) # MkDocs build output site/ .test-runner/ # Local routing tests (not committed) .tests/ test-results/ # Stale/backup files /opencode.json /opencode.json.backup # Cache directories (some may have local .gitignore but ensure parent coverage) .mypy_cache/ .ruff_cache/ .pytest_cache/ # Virtual environments .venv/ venv/ *.egg-info/ # Vector Memory DB (derived data, rebuilt from memory bank files) .coverage # MCP config (local, generated from platform template) /.mcp.json # Pantheon local data .pantheon/ # Session save artifacts .pantheon/memory-bank/.tmp/