# Python __pycache__/ *.py[cod] *.pyo *.pyd # Virtual environments .venv/ venv/ env/ # Build artifacts dist/ build/ *.egg-info/ # Environment files (may contain secrets) .env .env.* # Test / coverage .pytest_cache/ .coverage coverage.xml htmlcov/ # Type checker .mypy_cache/ # Ruff .ruff_cache/ # Editors .vscode/ .idea/ *.swp *.swo # macOS .DS_Store # uv uv.lock # Debug and probe scripts (root-level only) /debug_*.py /probe_*.py /probe_*.txt /probe_out.txt /p*_err.txt /test_*.py reference/