# .gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.cursor/
.vscode/
!.vscode/settings.json
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
finbot.db
finbot_test.db
finbot.db*
finbot_test.db*
*.log
uploads/
!uploads/.gitkeep
cache/**
!cache/**/
!cache/**/.gitkeep

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/google-credentials.json
google-credentials.json
SECURITY_BUGS_REPORT.md


node_modules/

# SQLite databases
*.db
