# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Cache
__pycache__/
.pytest_cache/
*.pyc
*.pyo
node_modules/
*.tsbuildinfo
.tscache/

# Backups
.moai-backups/
*.backup/
*-backup/
*_backup_*/
hooks_backup_*/
docs_backup_*/

# Virtual environment
venv/
.venv/
env/
.env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*.bak
*.backup

# Test coverage
.coverage
coverage.json

# Next.js build output
docs/.next/
docs/out/

# Claude and MoAI configuration (user-specific, root only)
# Package templates (src/moai_adk/templates/) are tracked
/CLAUDE.md

# MoAI dynamic content (로컬 프로젝트만 무시, but package templates are tracked)
.moai/logs/
.moai/temp/
.moai/*.tmp
.moai/reports/*.tmp
.moai/reports/*-draft.*

# MoAI reports (임시 보고서만 무시)
.moai/reports/*.tmp
.moai/reports/*-draft.*

# Environment variables and deployment secrets
.env*
.vercel/
.netlify/
.firebase/
.aws/
.mypy_cache
.playwright-mcp
.ruff_cache
.uv_cache
.uv-cache
.venv_issue43_py313
