VRAM-Caclulator / .gitignore
3v324v23's picture
Add llama.cpp VRAM calculator app and core logic
e07cd8c
Raw
History Blame
184 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Test / tooling caches
.pytest_cache/
.coverage
htmlcov/
# venv
.venv/
venv/
# OS / editor
.DS_Store
.idea/
.vscode/