Some checks failed
Build and Push Qbitcheck Docker Image / build-and-push (push) Failing after 17s
33 lines
416 B
Plaintext
33 lines
416 B
Plaintext
# 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 |