🐳 docker

This commit is contained in:
mi
2025-11-06 22:30:56 +10:00
parent 08bc888df0
commit a3f0132c7e
4 changed files with 162 additions and 8 deletions

42
.dockerignore Normal file
View File

@@ -0,0 +1,42 @@
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
*.md
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Logs
*.log
# Testing
.pytest_cache/
.coverage
htmlcov/