mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Exclude Claude Code personal configuration directory containing: - settings.local.json (personal permissions and local paths) - skills/ (personal skills) These contain machine-specific paths and personal preferences that should not be shared across the team.
26 lines
344 B
Plaintext
26 lines
344 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
|
|
.opencode/
|
|
.claude/
|
|
|
|
# Vue widgets development cache (but keep build output)
|
|
vue-widgets/node_modules/
|
|
vue-widgets/.vite/
|
|
vue-widgets/dist/
|
|
|
|
# Hypothesis test cache
|
|
.hypothesis/
|