Files
zen/.gitignore
Hanzo Dev e8bcf2726f chore: add AGENTS.md, GEMINI.md, QWEN.md to .gitignore
Exclude all AI assistant symlink names so symlinks pointing to LLM.md
are not accidentally committed.
2026-02-28 10:28:03 -08:00

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