adee5dfc78
- FastAPI server with scan/build/repo endpoints - LLM scanner (Ollama) with regex pre-scan - makepkg/devtools builder with chroot isolation - Scan cache with TTL + PKGBUILD hash - Client installer + safe-yay wrapper - Docs + config example
11 lines
108 B
Plaintext
11 lines
108 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
config.yaml
|
|
*.pkg.tar.zst
|
|
*.db.tar.gz
|
|
*.files.tar.gz
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.env |