# macOS .DS_Store # Python bytecode and caches __pycache__/ *.py[cod] *$py.class .pytest_cache/ .ruff_cache/ .mypy_cache/ .pyre/ .coverage .coverage.* htmlcov/ # Virtual environments .venv/ venv/ env/ ENV/ # Packaging and build artifacts build/ dist/ *.egg-info/ # Local environment files .env .env.* !.env.example # Logs and temporary files *.log *.tmp *.temp tmp/ temp/ # Editor metadata .vscode/ .idea/ *.swp *.swo # Harbor / task runtime outputs logs/ harbor-logs/ jobs/