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

# Virtual environments
.venv/
venv/

# Lock files (uv.lock is committed for reproducibility)
poetry.lock

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Outclaw runtime
.tranco_cache/
logs/
bloom-results/
tests/safety_eval_results/
