Add Dockerized local project workflow

This commit is contained in:
devRaGonSa
2026-03-23 16:39:18 +01:00
parent e0db2c9bfb
commit 6fcbfd9796
12 changed files with 483 additions and 16 deletions
+11
View File
@@ -0,0 +1,11 @@
.git
.gitignore
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
data/*.sqlite3
data/snapshots/**
!data/.gitkeep
!data/snapshots/.gitkeep