# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# OS
.DS_Store
Thumbs.db

# Project-specific
*.db
*.sqlite
*.sqlite3
.webscout_cache/
venv311/

# Monitor logs
*.log
email_errors.log
alerts.log
monitoring_report.json
comprehensive_test_report.json
stability_final.json
.webscout_cache.db

# Stability test & SLO runtime data (generated, not source)
stability-7day-results/
slo-reports/
live-test-results/
.email_monitor_state.json


# Auto-generated by setuptools-scm
webscout_mcp/_version.py
