first commit

This commit is contained in:
gru
2026-05-03 12:35:57 +01:00
commit 4fac1716a6
31 changed files with 5949 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# Virtualenv
venv/
.env
.venv
# App data
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
# Tests / cache
.pytest_cache/
.mypy_cache/
# Build
dist/
build/
*.egg-info/
storage/*
*.zip
*.sqlite3-shm
*.sqlite3
data/*
logs/*
todo.txt