Map-anything-seg / .gitignore
ColamanAI's picture
Upload 169 files
b74998d verified
# 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
MANIFEST
# Virtual Environment
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# HuggingFace Space 临时文件
input_images_*/
*.glb
*.npz
flagged/
# 本地模型缓存(已改用 HuggingFace)
models/
# 日志
*.log
logs/
# 测试文件
.pytest_cache/
.coverage
htmlcov/
# 系统文件
Thumbs.db