mcvsphere/.gitignore
bright8192 694d221a30 v0.0.1
2025-03-13 17:13:21 +08:00

44 lines
332 B
Plaintext

# 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
# Virtual Environment
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
logs/
*.log
# Config
config.yaml
config.json
# OS
.DS_Store
Thumbs.db