chore: update Dockerfile to use Python 3.12 and improve dependency installation

This commit is contained in:
Mateusz Hajder
2025-08-12 10:18:52 +02:00
parent 5f07157c9b
commit f027760ac5
3 changed files with 110 additions and 11 deletions

4
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.py[oc]
*.py[cod]
# Temp files
*~
@@ -33,6 +33,7 @@ doc/github_backup.1
# IDE configuration files
.vscode
.atom
.idea
README
@@ -42,3 +43,4 @@ id_rsa.pub
# Virtual env
venv
.venv