Files
2026-08-06 18:02:20 +08:00

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