mirror of
https://github.com/zenlm/zen-guard-stream.git
synced 2026-07-26 22:08:53 +00:00
46 lines
394 B
Plaintext
46 lines
394 B
Plaintext
# Model weights (tracked in HuggingFace)
|
|
base-model/*.safetensors
|
|
base-model/.cache/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
*.so
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QWEN.md
|
|
*.safetensors
|
|
*.bin
|
|
*.gguf
|
|
*.pt
|
|
*.pth
|