This commit is contained in:
2025-12-02 12:07:45 +01:00
parent 1bee1ecfbc
commit 9d2a94c568
6 changed files with 1250 additions and 0 deletions

42
.dockerignore Normal file
View File

@@ -0,0 +1,42 @@
# Virtual environments
.venv/
venv/
env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation (not needed in container)
*.md
wiki/
# Logs
logs/
*.log
# Docker
docker-compose.yml
Dockerfile
# Output files (generated during build)
# *.png
# *.gv