# Build / venv
.venv/
venv/
env/
__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local config — NEVER commit (contains API keys)
.env
.env.*
*.env
web-research.env
**/web-research.env

# OS
.DS_Store
Thumbs.db

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

# Test artifacts
.coverage
htmlcov/
*.log
