19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
# Local AI-assistant skill mirrors (kept in sync locally, not versioned)
|
|
.claude/
|
|
.codex/
|
|
.pi/
|
|
.DS_Store
|
|
*.swp
|
|
*.log
|
|
/.idea/
|
|
/.vscode/
|
|
# Graphify build artifacts
|
|
graphify-out/
|
|
# doc-hygiene plugin state
|
|
.dochygiene/
|
|
# os-adr plugin state
|
|
.os-adr/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|