docker-ready

This commit is contained in:
2025-07-22 01:15:08 +03:00
parent c2ff6d8aad
commit 1c14f9bcc1
6 changed files with 117 additions and 19 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
# .dockerignore
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
*.db
*.db-journal
test_output/
logs/
.git
.gitignore
.idea/