From e8825233999084cb06872ba142fc62b61cc1320d Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Tue, 30 May 2023 14:33:11 +0400 Subject: [PATCH] Gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 723ef36..1813f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -.idea \ No newline at end of file +.idea +.vscode + +__pycache__ +venv +.env