# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Build outputs
dist/
!vendor/**/dist/
!vendor/**/dist/**
*.tsbuildinfo

# Large source fonts are kept outside the published client template.
src/prototypes/beginner-guide/TsangerJinKai02-W04.ttf
src/prototypes/beginner-guide/TsangerJinKai02-W05.ttf

# Vite
.vite/
vite.config.*.timestamp-*

# Environment variables
.env
.env.local
.env.*.local
.env.production
.env.development

# Local configuration (runtime-generated)
.axhub/make/*
!.axhub/make/client.json
!.axhub/make/README.md
!.axhub/make/sidebar-tree.json
components.json
.dev-server-info.json
entries.json

# IDE and editors
.idea/
.obsidian/
.claude/*
!.claude/skills/
!.claude/skills/**
.opencode/
.trae/
/.drafts/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# Logs
logs/
*.log

# Temporary files
*.tmp
*.temp
.cache/

# Coverage reports
coverage/
*.lcov
.nyc_output/

# TypeScript
*.tsbuildinfo

# Optional npm cache directory
.npm
.npm-cache/

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache
.parcel-cache

# Next.js
.next/
out/

# Nuxt.js
.nuxt/

# Storybook build outputs
storybook-static/

# Temporary folders
tmp/
temp/

# Local agent/tool cache (not part of project deliverables)
.local/

# Git version management temporary files
.git-versions/

# Database files (keep directory structure and initial data)
# assets/database/*.json
# !assets/database/.gitkeep
