Initial commit

This commit is contained in:
2026-03-01 03:54:39 +01:00
commit 7e58b16c51
7 changed files with 138 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# uv
.venv
# Logs
*.log
log.txt
# Editor
.vscode
.idea
.zed
# Data
data/*
!data/.gitkeep
# macOS
.DS_Store