Added dockerignore and updated gitignore files, update docker image version

This commit is contained in:
2026-02-09 17:03:18 +01:00
parent 220c741654
commit 3d87125062
3 changed files with 90 additions and 10 deletions

31
.gitignore vendored
View File

@@ -1 +1,30 @@
.env
.env
# Python
__pycache__/
*.py[cod]
*.pyd
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
venv/
.venv/
env/
ENV/
# IDEs/editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.devcontainer/