Added meta files

This commit is contained in:
Mark 2025-01-22 12:27:24 -08:00
commit 46d648c39c
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 41 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.yml]
indent_style = space
indent_size = 2
[*.typ]
indent_style = space
indent_size = 2

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Development files
venv
__pycache__
*.ignore
.mypy_cache
# Output files
/output
/output.zip
*.pdf
# TeX build files
*.synctex.gz*
*.latexmk
*.aux
*.out
*.log
*.fls
*.fdb_latexmk
*.dvi
*.xdv
# Do not ignore any notes
!/notes/**