Skip to content

Commit 18c65be

Browse files
committed
Exclude __pycache__ from npm tarball
1 parent f4f9d0c commit 18c65be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Thumbs.db
4242
.devcontainer/**/*.bak
4343
.devcontainer/.codeforge-preserve
4444

45+
# Python bytecode
46+
**/__pycache__/
47+
*.pyc
48+
4549
# Local development
4650
.claude-trace/
4751
aeris-memory/

0 commit comments

Comments
 (0)