# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/

# Type checking
.mypy_cache/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Phi runtime state
.phi/
.phi-state.json
results/
research.md

# Credentials
service-account.json
*.json.key
.env
.env.*
!.env.example

# Modal
.modal/

# Cursor docs (local only)
docs/

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