sync
Some checks failed
Build and Push Qbitcheck Docker Image / build-and-push (push) Failing after 17s
Some checks failed
Build and Push Qbitcheck Docker Image / build-and-push (push) Failing after 17s
This commit is contained in:
33
.dockerignore
Normal file
33
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user