Skip to content

Commit 5e2edba

Browse files
author
codegen-bot
committed
.
1 parent 06b7ba6 commit 5e2edba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/codegen/cli/workspace/initialize_workspace.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ def modify_gitignore(codegen_folder: Path):
153153
"prompts/",
154154
"jupyter/",
155155
"",
156+
"# Python cache files",
157+
"__pycache__/",
158+
"*.py[cod]",
159+
"*$py.class",
160+
"",
156161
"# Keep config.toml and codemods",
157162
"!config.toml",
158163
"!codemods/",

0 commit comments

Comments
 (0)