From 9c80afa3519a2b3cfa7f2128a4570fa1c965ac04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1?= Date: Sun, 13 Apr 2025 18:20:04 +0300 Subject: [PATCH] fix: ignored --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fa28e4c..ef2a1da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env *.log -**/__pycache__/ \ No newline at end of file +**/__pycache__/ +/web/static/*.mp4 \ No newline at end of file