From a4c2be2d0200e3d830f0ca71d5ef77ff9425f836 Mon Sep 17 00:00:00 2001 From: syropiatovvv Date: Fri, 19 Sep 2025 01:15:13 +0300 Subject: [PATCH] =?UTF-8?q?git:=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D1=82=D1=8C=20gitignore=20=D0=BD=D0=B0=20dat?= =?UTF-8?q?a/=20=D0=B2=20=D1=81=D0=B0=D0=BC=D1=83=20data/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +--- data/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 data/.gitignore diff --git a/.gitignore b/.gitignore index 7041864..6bc0743 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ -# Python +### Python *.pyc ### Project # virtual environments .venv/ .venv*/ -# data -data/ diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore