From d3b0707683d0dfb8263b4fafab0e9ff0003fae33 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sun, 12 Jan 2025 01:26:53 +0300 Subject: [PATCH] Update gitignore Made it to ignore pyrightconfig file --- .gitignore | 1 + pyrightconfig.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 pyrightconfig.json 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" -}