16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
# When .npmignore exists, npm ignores .gitignore for packing.
|
|
# Keep packaging exclusions here even if they already appear in .gitignore.
|
|
|
|
**/__pycache__/
|
|
**/__pycache__/**
|
|
*.py[cod]
|
|
**/*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
|
|
.DS_Store
|
|
_user_meta.json
|
|
|
|
*.tgz
|
|
*.zip
|