initial commit

This commit is contained in:
2025-12-14 22:45:11 +02:00
commit cf1801bff4
11 changed files with 493 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Python
__pycache__/
*.pyc
.venv/
venv/
# Env
.env
# Project data
data/
# IDE
.idea/
.vscode/