diff --git a/.gitignore b/.gitignore index ab3e8ce..c340b9d 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +pyrightconfig.json diff --git a/pyrightconfig.json b/pyrightconfig.json deleted file mode 100644 index 3bb7e44..0000000 --- a/pyrightconfig.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "venv": ".venv", - "venvPath": "/home/pro100ton/Documents/Development/Python/f1tness_parser" -}