Skip to content

chore: update .gitignore with coding agents and test artifacts#16

Merged
clouatre merged 1 commit intomainfrom
chore/update-gitignore
Nov 16, 2025
Merged

chore: update .gitignore with coding agents and test artifacts#16
clouatre merged 1 commit intomainfrom
chore/update-gitignore

Conversation

@clouatre
Copy link
Copy Markdown
Member

Summary

Updates .gitignore to prevent accidental commits of AI coding assistant files and local development artifacts.

Changes

Added ignore patterns for:

Coding Agents (11 patterns)

  • .goose* - Goose AI agent (especially relevant for this repo!)
  • .amazonq/ - Amazon Q CLI workspace
  • .cursor/ - Cursor AI editor
  • .aider* - Aider AI pair programmer
  • .bolt/, .claude/, .codex/, .windsurf/ - Other AI tools
  • AGENTS.md, CLAUDE.md, opencode.json - AI instruction files

Environment Files (3 patterns)

  • .env, .env.local, *.local.env - Secrets and local config

Node.js (1 pattern)

  • node_modules/ - For local testing with act or similar tools

Python (3 patterns)

  • __pycache__/, .pytest_cache/, *.py[cod] - For testing Python examples

Why

  • Prevents accidental commit of AI instructions that could leak sensitive context
  • .goose* pattern particularly important since this repo is about Goose
  • Avoids committing local secrets and environment variables
  • Keeps repository clean from test artifacts
  • Matches setup-q-cli-action PR docs: add security documentation and tiered examples #14 pattern

Testing

  • ✅ Verified patterns match standard gitignore templates
  • ✅ No existing tracked files affected

@clouatre clouatre merged commit 2fe48f1 into main Nov 16, 2025
4 checks passed
@clouatre clouatre deleted the chore/update-gitignore branch November 16, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant