From a6d54b24f9cea10da035fd168250b9e44f7750bd Mon Sep 17 00:00:00 2001 From: Kasami Date: Fri, 20 Feb 2026 16:57:24 +0800 Subject: [PATCH] gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de321fc..56356f2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ wheels/ db.sqlite -alembic/versions/*.py \ No newline at end of file +alembic/versions/*.py + +.vscode/ \ No newline at end of file