init Vorlage

This commit is contained in:
2026-03-11 08:07:31 +01:00
commit f9ab6a795d
18 changed files with 1213 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Generated .gitignore for Typst project (Windows)
# Output files
*.pdf
*.log
*.aux
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
*.bbl
# Build / cache directories
.build/
build/
dist/
.typst-cache/
.cache/
# Editor / IDE
.vscode/
.idea/
*.swp
*~
*.bak
# Python
__pycache__/
*.py[cod]
*.egg-info/
# Environment
.env
.env.local
# OS-specific
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db
# Misc
*.log
# Keep the .gitignore tracked
!/.gitignore