first commit

This commit is contained in:
2025-09-16 11:44:32 +02:00
commit f73ef71f96
7 changed files with 251 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
# Virtual environment folders
.env
.venv
env/
venv/
ENV/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# Logs and databases
*.log
*.sqlite3