Added meta files
This commit is contained in:
commit
46d648c39c
17
.editorconfig
Normal file
17
.editorconfig
Normal 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
24
.gitignore
vendored
Normal 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/**
|
Loading…
x
Reference in New Issue
Block a user