diff --git a/.gitignore b/.gitignore index a547bf3..0ff731f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,11 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* +# Python +__pycache__/ +*.py[cod] +*.pytest_cache/ + node_modules dist dist-ssr