From f2774f30b90a43b5b7121cd68a04158a76ab9817 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 17 Sep 2025 22:45:08 +0300 Subject: [PATCH] chore(gitignore) --- .gitignore | 7 +++++++ backend/.gitignore | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .gitignore delete mode 100644 backend/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d925525 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.png +backend/test_output +test_output/* +test_tif +output +uploads +__pycache__ \ No newline at end of file diff --git a/backend/.gitignore b/backend/.gitignore deleted file mode 100644 index c5713f2..0000000 --- a/backend/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.png -test_output -test_output/* -test_tif -output -uploads \ No newline at end of file