# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ env/ ENV/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db # Project-specific ~/.marchwarden/ .env .env.local *.log # Exception: stress test run logs are committed as provenance — they map # trace_id -> category for the calibration collector script. !docs/stress-tests/**/*.log # Tests .pytest_cache/ .coverage htmlcov/