# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
ENV/
env/

# Local secrets
.env
.env.*
!.env.example

# Local outputs
*.log
results.json
results.jsonl
output.json
outputs/
checkpoints/

# OS / editor
.DS_Store
.vscode/
.idea/
*.swp
*.swo
