Clean up beads-mcp .gitignore

- Add .pytest_cache/ to ignored test artifacts
- Reorganize sections for clarity
- Move .coverage to testing artifacts section

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-11-20 21:37:51 -05:00
parent e7fd1dd3b6
commit cafcc5537b

View File

@@ -6,9 +6,12 @@ wheels/
*.egg-info *.egg-info
__pycache__ __pycache__
# Testing artifacts
.pytest_cache/
.coverage
# Virtual environments # Virtual environments
.venv .venv
/.env /.env
/CLAUDE.md /CLAUDE.md
/TODO.md /TODO.md
/.coverage