Skip to content

Commit 859d381

Browse files
ericyangpanclaude
andcommitted
chore: add Python cache files to .gitignore
Add __pycache__/, *.pyc, and *.pyo to .gitignore to prevent Python cache files from being tracked. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 70a7e3b commit 859d381

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ next-env.d.ts
4646
# claude settings
4747
.claude/settings.local.json
4848

49+
# python cache
50+
__pycache__/
51+
*.pyc
52+
*.pyo
53+
4954
#prompts
5055
.prompts

0 commit comments

Comments
 (0)