feat: math chapter done + editorconfig + remove pycache

This commit is contained in:
2025-11-17 02:33:06 +01:00
parent cb3915b405
commit ac1ddfb98b
6 changed files with 93 additions and 47 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.{md,py}]
charset = utf-8
[*.py]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab