Files
qbitcheck/.dockerignore
sstent f922b4bce4
Some checks failed
Build and Push Qbitcheck Docker Image / build-and-push (push) Failing after 17s
sync
2025-11-21 14:05:03 -08:00

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