forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
178 lines (147 loc) · 2.72 KB
/
.gitignore
File metadata and controls
178 lines (147 loc) · 2.72 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# deps
# Node.js dependencies
node_modules
.pnpm-store
.pnpm-debug.log
# Keep pnpm-lock.yaml
!pnpm-lock.yaml
# build
dist/
bazel-*
user.bazelrc
build/
out/
storybook-static/
target/
codex-rs/target_locked_backup/
# ignore README for publishing
codex-cli/README.md
# Sensitive information logs
_docs/*password*
_docs/*token*
_docs/*secret*
_docs/*auth*
_docs/*key*
_docs/2026-01-04_テック企業採用担当者目線リポジトリ徹底整理完了.md
# ignore Nix derivation results
result
# editor
.vscode/
.idea/
.history/
.zed/
*.swp
*~
# cli tools
.claude/
AGENTS.override.md
# caches
.cache/
.turbo/
.parcel-cache/
.eslintcache
.nyc_output/
.jest/
*.tsbuildinfo
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# env
.env*
!.env.example
# package
*.tgz
# ci
.vercel/
.netlify/
# patches
apply_patch/
# coverage
coverage/
# personal files
personal/
# os
.DS_Store
Thumbs.db
Icon?
.Spotlight-V100/
# Unwanted package managers
.yarn/
yarn.lock
# release
package.json-e
session.ts-e
CHANGELOG.ignore.md
# nix related
.direnv
.envrc
# Python bytecode files
__pycache__/
*.pyc
# Archive and development artifacts (automatically organized)
archive/
docs/development-logs/
# Legacy analysis outputs
primeband_outputs/
primeband_fastcg_outputs/
# Personal files
_docs/Ryo_Minegishi_CV.*
# Build artifacts
codex-rs/codex.exe
release-package/
*.exe
*.tar
*.tar.gz
releases/*.exe
releases/*.tar
releases/*.tar.gz
# Worktrees
.codex-worktrees/
# Development artifacts
.cursor/commands/fix.md
# Conversation history (contains potential secrets)
*.txt
*.py
!scripts/fast_build.py
!scripts/resolve_merge_conflicts.py
!scripts/upstream_sync.py
C:\Users\downl\Desktop\codex-main\.specstory\history\2026-01-16_05-43Z-未来のai開発と統合エコシステム.md
codex-rs/build_error.txt
codex-rs/build_error.txt
codex-rs/build_log_utf8.txt
codex-rs/build_log.txt
codex-rs/build_error.txt
codex-rs/build_error.txt
codex-rs/build_log.txt
gui/gui_build.txt
gui/gui_build_utf8.txt
gui/gui_build_final.txt
gui/gui_build_final_utf8.txt
gui/gui_build_final_v2.txt
codex-rs/build_error_utf8.txt
gui/gui_error_utf8.txt
codex-rs/build_error_utf8.txt
gui/gui_build_final_1_tail_utf8.txt
gui/gui_build_final_2.txt
gui/gui_build_final_1_utf8.txt
gui/gui_build_final_1.txt
gui/gui_build_final_1_utf8.txt
codex-rs/check_error.txt
codex-rs/build_err.txt
codex-rs/build_err_2.txt
codex-rs/build_err_2.txt
codex-rs/build_err_3.txt
# Exclude specstory history files with very long Japanese names (>255 bytes)
.specstory/history/2026-01-28_17-09Z-@*
# Build log files (auto-generated, should not be tracked)
codex-rs/*.txt
!codex-rs/tui/tooltips.txt
!codex-rs/node-version.txt
codex-rs/codex-rs/
codex-rs/tui/build_errors.txt
codex-rs/tui/check_output*.txt
*.txt
*.log
*.tmp