mirror of
https://github.com/microsoft/BitNet.git
synced 2026-03-27 17:01:31 +00:00
47 lines
349 B
Plaintext
47 lines
349 B
Plaintext
# Extensions
|
|
|
|
*.a
|
|
*.bat
|
|
*.bin
|
|
*.dll
|
|
*.dot
|
|
*.etag
|
|
*.exe
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*.gguf
|
|
*.gguf.json
|
|
*.lastModified
|
|
*.log
|
|
*.metallib
|
|
*.o
|
|
*.so
|
|
*.tmp
|
|
|
|
# IDE / OS
|
|
|
|
.cache/
|
|
.ccls-cache/
|
|
.direnv/
|
|
.DS_Store
|
|
.envrc
|
|
.idea/
|
|
.swiftpm
|
|
.vs/
|
|
.vscode/
|
|
nppBackup
|
|
|
|
# Models
|
|
models/*
|
|
gpu/checkpoints/*
|
|
|
|
# Python
|
|
|
|
/.venv
|
|
__pycache__/
|
|
*/poetry.lock
|
|
poetry.toml
|
|
|
|
build/
|
|
logs/ |