initial commit

This commit is contained in:
Dieter Schlüter 2026-02-15 00:39:10 +01:00
commit a55bd8eabb
2 changed files with 685 additions and 22 deletions

59
.gitignore vendored
View file

@ -1,32 +1,39 @@
# Logs / temporär
# Bytecode / Cache
__pycache__/
*.py[cod]
*$py.class
# Distribution / Packaging
build/
dist/
.eggs/
*.egg-info/
*.egg
# Virtuelle Umgebungen
.venv/
venv/
env/
ENV/
.env
# Tests / Coverage
.coverage
.tox/
pytest_cache/
htmlcov/
# Logs / temporäre Files
*.log
*.tmp
# Build-Artefakte
build/
dist/
# Python-Beispiele
__pycache__/
*.py[cod]
# Node / Frontend
node_modules/
# Umgebungen / Secrets
.env
.venv/
venv/
# IDE / Editor
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
# OS-Müll
.DS_Store
Thumbs.db
# Gehört nicht dazu
idea/
# MyPy / static analysis
.mypy_cache/
.pytype/
.pyre/