Add Docker Compose and Dockerfile

This commit is contained in:
Solaria
2026-03-14 23:42:30 +00:00
parent 1b94a71f02
commit e821c0fe55
4 changed files with 78 additions and 70 deletions
+13 -32
View File
@@ -1,40 +1,21 @@
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
venv/
.venv/
env/
.env
*.so
*.egg
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.git/
.gitignore
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db
# Docs
*.md
!README.md
# Local
.env
.venv/
venv/
*.log
*.tmp
.DS_Store
node_modules/