Files
minimax-skills/.gitignore
akai d35bfead71 Add skills library and plugin configs for Claude, Cursor, Codex, and OpenCode
- Add frontend-dev, fullstack-dev, and android-native-dev skills
- Add plugin configs for Claude Code, Cursor, Codex, and OpenCode
- Add English and Chinese READMEs with installation instructions
- Add .gitignore
2026-03-17 16:30:05 +08:00

26 lines
202 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
venv/
.venv/
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Node (opencode plugin)
node_modules/