__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
CLAUDE.md
uv.lock

# IDE/Editor
.DS_Store
.serena/

# Test files with credentials
test_realtime.py

# Internal docs
docs/colendi_integration_plan.md
docs/alert_system_plan.md

# Example output files
*.csv
*.json
!pyproject.json
!package.json
