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:
jango-blockchained
2025-02-03 00:21:55 +01:00
parent 11cea5b200
commit bd7e206b96
4 changed files with 1 additions and 84 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
node_modules
dist
__pycache__/
.mypy_cache/
*.py[cod]
*$py.class
*.so