# Benchmark outputs reports/ .benchmark_workspaces/ # Python __pycache__/ *.py[cod] *$py.class *.egg-info/ .eggs/ dist/ build/ # Environment .env .venv/ venv/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db