Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,18 @@ selected_activities.json

# Development helper scripts
run_in_env.sh

# Local MCP and tool configurations
.mcp.json
.autorc
.serena/
.claude/

# Test outputs and temporary files
test-qa-output/
test-workflow.yml
validate_yaml.py
Comment on lines +182 to +183

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Ignoring test-workflow.yml and validate_yaml.py can cause issues for other contributors if these files are part of the project's tooling and not generated artifacts.

  • test-workflow.yml: If this is a GitHub Actions workflow, it should be version-controlled (usually in .github/workflows/) to ensure CI/CD pipelines work for everyone.
  • validate_yaml.py: Python scripts that are part of the development toolchain should be committed to the repository. Ignoring this file could lead to a broken development environment for others who need this script for validation tasks.

If these files are not meant to be shared and are generated locally, then this change is correct. Otherwise, they should be removed from .gitignore and committed to the repository.

**/Final*Validation*Test*/

# Additional cache patterns
.ui_checksum_cache