Initial Commit

This commit is contained in:
Hannah 2026-07-11 16:59:49 +02:00
commit 2615909dfb
16 changed files with 23 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Virtual environments
.venv/
# Python
__pycache__/
# IDE Stuff
.vscode/
.idea/
# Environment variables
.env
# SQLite
data/*.db
# Logs
*.log
# OS files
.DS_Store
Thumbs.db