Files
cordra-mcp/.gitignore
daniel 67dbb99501 chore: add .mcp.json to .gitignore
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-28 23:43:17 +02:00

53 lines
446 B
Plaintext

# Claude configuration
.claude/
CLAUDE.local.md
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
env/
ENV/
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Coverage
.coverage
htmlcov/
.pytest_cache/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.mcp.json