This commit is contained in:
2024-06-22 14:09:14 +02:00
commit 6c8a508b32
29 changed files with 6844 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
/.venv
/.virtualenv/
/dist/
/lib/*
!/lib/.keep
/node_modules/
/static/
/templates/
/venv/
/run/*
!/run/.keep
__pycache__/
*.vimsession