Skip to content

Commit cbf049c

Browse files
Ignore Python bytecode artifacts in the repository.
Stop tracking scripts/__pycache__ so local .pyc files are not committed with tooling changes. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 9ee84d1 commit cbf049c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea/
22
.claude/
33
.reference/
4+
__pycache__/
5+
*.py[cod]

0 commit comments

Comments
 (0)