Files
mars-mcp/.gitignore

14 lines
215 B
Plaintext
Executable File

/.venv
# 忽略整个mattergen目录中的所有更改
mattergen/
model_agent_test.py
pyproject.toml
/pretrained_models
/mcp-python-sdk
/.vscode
*.jsonl
# 忽略所有目录下的__pycache__文件夹
__pycache__/