Files
gammaray-mcp/.gitignore
2026-07-07 20:40:29 +08:00

21 lines
168 B
Plaintext

# Build artifacts
build/
bridge/build/
install-prefix/
# Python
__pycache__/
.pytest_cache/
*.pyc
*.pyo
*.egg-info/
venv/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~