mirror of
https://github.com/zenlm/zen.git
synced 2026-07-26 22:28:05 +00:00
Exclude all AI assistant symlink names so symlinks pointing to LLM.md are not accidentally committed.
77 lines
726 B
Plaintext
77 lines
726 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# 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
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Model files - should be in parent directory
|
|
/models/
|
|
/training/
|
|
/scripts/
|
|
/evaluations/
|
|
/tools/
|
|
/datasets/
|
|
/quantizations/
|
|
zen-*/
|
|
*.gguf
|
|
*.safetensors
|
|
*.bin
|
|
*.pt
|
|
*.pth
|
|
|
|
# Build artifacts
|
|
*.pyc
|
|
*.pyo
|
|
*.log
|
|
|
|
# Git submodules - should be in parent directory
|
|
/llama.cpp/
|
|
/zen/
|
|
|
|
# Documentation artifacts
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
node_modules/
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
GEMINI.md
|
|
QWEN.md
|