Files
beads/integrations/beads-mcp/.gitignore
Steve Yegge cafcc5537b 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>
2025-11-20 21:38:01 -05:00

18 lines
184 B
Plaintext

# Python-generated files
__pycache__/
build/
dist/
wheels/
*.egg-info
__pycache__
# Testing artifacts
.pytest_cache/
.coverage
# Virtual environments
.venv
/.env
/CLAUDE.md
/TODO.md