# Python cache/artifacts __pycache__/ *.py[cod] # Test/cache tooling .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Virtual environments .venv/ venv/ # OS/editor noise .DS_Store Thumbs.db # Local logs/temp *.log *.tmp *.temp # Benchmarking Outputs *.txt !requirements.txt !code-review-env/requirements.txt latest-bench.md # Temporary test runners prompts/ AUDIT_RESULTS.md final_checklist.md REQUIREMENTS_CHECKLIST.md