# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.env
.venv
env/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tools
.mypy_cache/
.ruff_cache/
.hatch/

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

# OS
.DS_Store
Thumbs.db

# Generated reports (workspace root)
/investDayTip-*

# Build system debris (project uses hatchling, not Poetry)
poetry.lock

# Personal portfolio ticker file
/advisor_recommendations/
/portfolios/
