add Dockerfile

This commit is contained in:
2024-02-20 20:44:27 +03:00
parent 5804bb3d38
commit 4439a327ad
3 changed files with 36 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
.venv/
state/*
__pycache__
*.pyo
*.pyc
.env*