# Python build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
.venv/
venv/
.vscode/
.idea/
.DS_Store
Thumbs.db
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.venv
dist/
build/
*.egg-info/
.mypy_cache/
.pytest_cache/
outputs/
*.gguf
third_party/llama.cpp/build/
third_party/llama.cpp/bin/
third_party/llama.cpp/**/.cache/
third_party/llama.cpp/**/*.o
third_party/llama.cpp/**/*.a
third_party/llama.cpp/**/*.so
/tiny-gpt2
