# 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/


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

# Local development files (not in package distribution)
# These are auto-synced from package templates, keep local copies in .gitignore
/.claude/
/.moai/
/CLAUDE.md
/.mcp.json

# Package templates MUST be tracked (source of truth for new projects)
# DO NOT exclude: src/moai_adk/templates/.claude/
# DO NOT exclude: src/moai_adk/templates/.moai/
# DO NOT exclude: src/moai_adk/templates/CLAUDE.md
# DO NOT exclude: src/moai_adk/templates/.mcp.json

