.venv/
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.egg-info/
node_modules/
.agent-feed-python/
.DS_Store
.idea/

# Local credentials or deploy keys must never be committed.
github_common
github_common.pub
*.pem
*.key

# Local AI-agent workspace assets. The distributable template source lives under
# src/agent_feed/templates/standard/.
/AGENTS.local.md
/.agents/session-state/*.json
/.codex/
/.feed-backup/

# Keep the repository's published protocol and adapters tracked.
!/.agents/
!/.claude/
!/.cursor/
!AGENTS.md
!CLAUDE.md

# Local release/readiness notes that should not be published.
/docs/.internal/

# Local lockfile is not part of the current package contract.
/uv.lock
.npm-pack-cache/
