Remove Jest configuration and setup files
- Deleted Jest configuration file (jest.config.js) - Removed Jest setup files for CommonJS and ES modules - Added .mypy_cache/ to .gitignore for Python type checking cache
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
node_modules
|
||||
dist
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
|
||||
Reference in New Issue
Block a user