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

# Environment
.env
.env.local
.env.production

# Local maintainer docs
RELEASING.md

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Tests and coverage
.pytest_cache/
.coverage
coverage_report/
htmlcov/

# Generated client caches
src/stocksentiment/_generated/.ruff_cache/
