# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

# Database (personal financial data)
*.db

# Streamlit
.streamlit/

# macOS
.DS_Store
**/.DS_Store

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

# Local development
CLAUDE.md
uv.lock
