# Secrets — never commit .env .env.* # Python venv/ __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Eval artifacts (raw results — commit only if you want) evals/results.json # OS .DS_Store Thumbs.db # IDE .idea/ .vscode/ *.swp