backup since codeberg is down

This commit is contained in:
2026-03-27 13:35:43 +01:00
commit 8a61a214c6
45 changed files with 5038 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Document
*.pdf
*.bak
*.tex.backup
*.tex~
*.synctex.gz
*.out
.bak
build/
_minted/
obj/
bin/
# Python
__pycache__/
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.ipynb_checkpoints/
# data bs
data/**
!data/
!data/**/
!data/**/.gitkeep
# general bs
.DS_Store
flake.lock
.vscode/