mirror of
https://github.com/tw93/Waza.git
synced 2026-09-14 19:54:25 +08:00
31 lines
379 B
Plaintext
31 lines
379 B
Plaintext
# AI Assistant Configuration
|
|
# CLAUDE.md and AGENTS.md are tracked (project instructions for contributors
|
|
# and agents). Local-only overrides stay ignored.
|
|
.claude/
|
|
.agent/
|
|
.qoder/
|
|
CLAUDE.local.md
|
|
AGENTS.override.md
|
|
skills-lock.json
|
|
|
|
# Distribution
|
|
/dist/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|