sync
Some checks failed
Build and Push Qbitcheck Docker Image / build-and-push (push) Failing after 17s

This commit is contained in:
2025-11-21 14:05:03 -08:00
parent db1cefebfe
commit f922b4bce4

33
.dockerignore Normal file
View File

@@ -0,0 +1,33 @@
# Exclude development and build artifacts
.git
.github
.vscode
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.python-version
# Exclude logs and local files
*.log
connection_monitor.log
# Exclude test files
test_*.py
# Exclude documentation
*.md
LICENSE
# Exclude backup files
*_backup_*.py
*_old.py
# Exclude Nomad job files (we'll create this separately)
*.nomad