This commit is contained in:
MonkeyStrongTogether
2026-05-22 17:57:23 +02:00
parent 87ec426fed
commit f83f73d6cf
5 changed files with 195 additions and 0 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.env.local
.git/
.gitignore
README.md
tree
db.sqlite3
*.sqlite3
.DS_Store
*.log