mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
47 lines
729 B
Plaintext
47 lines
729 B
Plaintext
.idea/
|
|
runtime/dist/
|
|
runtime/node_modules/
|
|
package-lock.json
|
|
!web/docs/package-lock.json
|
|
|
|
# User-specific files (not tracked)
|
|
user/
|
|
.claude/memory/
|
|
|
|
# Astro docs site
|
|
web/docs/node_modules/
|
|
web/docs/dist/
|
|
web/docs/.astro/
|
|
|
|
# Environment secrets
|
|
.env
|
|
!**/.env.example
|
|
.secrets/
|
|
logs/
|
|
|
|
# Data exports and test artifacts
|
|
data/
|
|
*.png
|
|
!web/docs/public/og/*.png
|
|
!web/docs/public/glm-image-badge.png
|
|
d2c-output/
|
|
.playwright-mcp/
|
|
brewtools/skills/think-short/tests/e2e/results/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Codex-native plugin source is tracked in this repository.
|
|
!.codex/
|
|
!.codex/**
|
|
!**/.codex/
|
|
!**/.codex/**
|
|
!.agents/
|
|
!.agents/plugins/
|
|
!.agents/plugins/marketplace.json
|
|
|
|
# brewcode:semble
|
|
.claude/semble/
|
|
.claude/reports/
|