mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-06-17 07:59:24 -03:00
.docs/ is now excluded from git tracking so working/research notes can live there without being committed.
34 lines
456 B
Plaintext
34 lines
456 B
Plaintext
__pycache__/
|
|
.pytest_cache/
|
|
settings.json
|
|
path_mappings.yaml
|
|
output/*
|
|
py/run_test.py
|
|
.vscode/
|
|
cache/
|
|
civitai/
|
|
node_modules/
|
|
coverage/
|
|
.coverage
|
|
model_cache/
|
|
|
|
# agent / dev tooling
|
|
.opencode/
|
|
.claude/
|
|
.sisyphus/
|
|
.codex
|
|
.omo
|
|
reasonix.toml
|
|
.codegraph/
|
|
|
|
# Vue widgets development cache (but keep build output)
|
|
vue-widgets/node_modules/
|
|
vue-widgets/.vite/
|
|
vue-widgets/dist/
|
|
|
|
# Hypothesis test cache
|
|
.hypothesis/
|
|
|
|
# Working/research notes (not committed)
|
|
.docs/
|