aktueller stand

This commit is contained in:
2026-02-03 12:48:43 +01:00
parent e1ecd1a38c
commit b50594dbfa
77 changed files with 19139 additions and 0 deletions

51
.dockerignore Normal file
View File

@@ -0,0 +1,51 @@
# Git
.git
.gitignore
# Environment files (secrets!)
.env
.env.local
.env.*.local
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
logs/
# Test
.pytest_cache/
.coverage
htmlcov/
# Build
build/
dist/
*.egg-info/
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Documentation
*.md
!requirements.txt
# OS
.DS_Store
Thumbs.db