sync
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 2m5s

This commit is contained in:
2025-12-14 06:12:21 -08:00
parent 399132006c
commit 369d7926a9
3 changed files with 86 additions and 0 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Ignore virtualenv
.venv
venv
# Ignore Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore editor and OS files
.vscode
.idea
.DS_Store
*.swo
*.swp
# Ignore git files
.git
.gitignore
# Ignore database and log files
*.db
*.log
*.json
# Ignore test files
test.md