after migration

This commit is contained in:
Admin 2025-11-10 15:24:10 +01:00
parent 84c33e423b
commit b05d8a8ab3
43 changed files with 474 additions and 66 deletions

13
.gitignore vendored
View file

@ -111,3 +111,16 @@ dmypy.json
*.sqlite3
.github
.venv
# Virtual environment
venv/
.autoenv.zsh
.autoenv_leave.zsh
.autoenv.*.zsh
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python