Files
sci-gui-agent-benchmark/.gitignore
2026-01-12 18:43:06 +08:00

35 lines
281 B
Plaintext

# 忽略所有 .md 文件
*.md
# 忽略 doc 和 docs 目录
doc/
docs/
# Python 相关
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# 虚拟环境
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
push_to_git.sh