Skip to content

chore(repo): add gitignore patterns and test:hooks script#936

Merged
JeremyDev87 merged 1 commit intomasterfrom
chore/repo-hygiene-934
Mar 25, 2026
Merged

chore(repo): add gitignore patterns and test:hooks script#936
JeremyDev87 merged 1 commit intomasterfrom
chore/repo-hygiene-934

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add __pycache__/, *.pyc, .pytest_cache/ patterns to root .gitignore
  • Add coverage/, .omc/, .pytest_cache/ patterns to packages/claude-code-plugin/.gitignore
  • Add test:hooks script to root package.json for CI pytest integration

Test plan

  • python3 -m pytest tests/ -v — 140 passed
  • git status confirms only intended files changed
  • No tracked build artifacts remain in git

Closes #934

- Add __pycache__/, *.pyc, .pytest_cache/ to root .gitignore
- Add coverage/, .omc/, .pytest_cache/ to plugin .gitignore
- Add test:hooks script to root package.json for CI pytest integration

Closes #934
@vercel
Copy link

vercel bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 25, 2026 4:26am

@JeremyDev87 JeremyDev87 self-assigned this Mar 25, 2026
@JeremyDev87 JeremyDev87 merged commit d583e36 into master Mar 25, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the chore/repo-hygiene-934 branch March 25, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Repository hygiene — .gitignore cleanup and CI pytest integration

1 participant