From 536d022e8a55f6e53f01dfb7e0fae2ef24385aad Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sun, 22 Mar 2026 19:56:47 +0300 Subject: Init project --- .zed/settings.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .zed/settings.json (limited to '.zed/settings.json') diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..ccab732 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,17 @@ +{ + "file_scan_exclusions": [ + "**/.git", + "**/.svn", + "**/.hg", + "**/.jj", + "**/.sl", + "**/.repo", + "**/CVS", + "**/.DS_Store", + "**/Thumbs.db", + "**/.classpath", + "**/.settings", + "**/.venv", + "**/__pycache__", + ], +} -- cgit v1.3