-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·89 lines (86 loc) · 1.29 KB
/
.gitignore
File metadata and controls
executable file
·89 lines (86 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
games.json
__pycache__
*:Zone.Identifier
*mshield
config.json
errors.log
venv/
.venv/
.claude/settings.local.json
# Build artifacts
build/
*.exe
*.pyd
*.dll
# Nuitka specific
*.nuitka-crash-report.xml
# Release packages
*.zip
.DS_Store
.tscache/
# OS
.moai/logs/
*.tsbuildinfo
Thumbs.db
logs/
*.egg-info/
# Temporary files
*.temp
*_backup_*/
*-backup/
.firebase/
.env/
/CLAUDE.md
.ruff_cache
# MoAI dynamic content (로컬 프로젝트만 무시, but package templates are tracked)
.moai/reports/*-draft.*
# Backups
.pytest_cache/
# Environment variables and deployment secrets
docs_backup_*/
.env*
*.swo
.vercel/
.venv_issue43_py313
dist/
.claude/.env.local*
*.pyc
# Test coverage
.uv-cache
*.pyo
.moai-backups/
# Virtual environment
# Next.js build output
*.swp
.moai/temp/
*.bak
# Package templates (src/moai_adk/templates/) are tracked
.aws/
hooks_backup_*/
# Logs
.uv_cache
.vscode/
.moai/reports/*.tmp
*.backup
# IDE
*.egg
# MoAI reports (임시 보고서만 무시)
.playwright-mcp
env/
docs/.next/
.coverage
.netlify/
*.tmp
.idea/
docs/out/
# Claude and MoAI configuration (user-specific, root only)
node_modules/
__pycache__/
*.log
*~
coverage.json
.moai/*.tmp
# Cache
.mypy_cache
*.backup/
.claude/settings.local.*.json