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:
5
integrations/beads-mcp/.gitignore
vendored
5
integrations/beads-mcp/.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user