# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/

# Virtualenvs
.venv/
venv/
env/

# Env / secrets
.env

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Telemetry / benchmark output
*.jsonl
traces_*.jsonl
benchmark_summary_*.json
