diff --git a/.gitignore b/.gitignore index c28f927..401f74f 100755 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,6 @@ dist/ wheels/ *.egg-info -# Virtual environments -.venv - # Logs -logs/ \ No newline at end of file +logs/ +typings/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..748ad86 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1 @@ +workspace.xml \ No newline at end of file