# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/
venv/

# Test & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Ruff cache
.ruff_cache/

# Type checker
.mypy_cache/

# Database files created during dev/testing
*.db

# macOS
.DS_Store

# Editor
.idea/
.vscode/

.agents
# autoresearch run artifacts
autoresearch/run*.log
autoresearch/results.tsv
