mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
57 lines
1001 B
Plaintext
57 lines
1001 B
Plaintext
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
Thumbs.db
|
|
|
|
# Files that might appear on external disks
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# Compiled C++ files
|
|
*.out
|
|
|
|
# Application specific files
|
|
venv
|
|
.venv
|
|
node_modules
|
|
.sass-cache
|
|
.claude
|
|
.worktrees/
|
|
|
|
# Generated harness artifacts (all gitignored — regenerate via `make generate HARNESS=<x>`)
|
|
# Source-of-truth lives under plugins/. See docs/harnesses.md.
|
|
|
|
# Codex CLI
|
|
.codex/
|
|
# AGENTS.md is committed as the canonical context file (per OpenAI harness engineering).
|
|
# Codex/Cursor/OpenCode read it directly; Claude Code reads it via @AGENTS.md import
|
|
# in CLAUDE.md; Gemini CLI reads it via .gemini/settings.json `context.fileName`.
|
|
|
|
# Cursor
|
|
.cursor/
|
|
.cursor-plugin/
|
|
|
|
# OpenCode
|
|
.opencode/
|
|
opencode.json
|
|
|
|
# OpenCode session continuation artifacts
|
|
.omo/
|
|
|
|
# Copilot
|
|
.copilot/
|
|
|
|
# Gemini CLI (legacy paths kept for compatibility)
|
|
commands/**/*.toml
|
|
/commands/
|
|
/agents/
|
|
/skills/
|
|
|