# Python __pycache__/ *.py[cod] .venv/ venv/ *.egg-info/ build/ dist/ # RigDoctor runtime output logs/ *.csv *.jsonl src/**/__pycache__/ # Editor / OS .vscode/ .idea/ *.swp .DS_Store