# 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