From 604ee836313f1b21338a87729f6d8ac0e34105bb Mon Sep 17 00:00:00 2001 From: paas <> Date: Mon, 6 Oct 2025 20:28:05 +0200 Subject: [PATCH] Initial commit --- .editorconfig | 10 ++++++++++ .gitattributes | 1 + .gitignore | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..46daf4a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_size = 2 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03079c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.idea +*.iml + +__pycache__/ +**/dist/