commit 604ee836313f1b21338a87729f6d8ac0e34105bb Author: paas <> Date: Mon Oct 6 20:28:05 2025 +0200 Initial commit 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/