# Environment Variables
.env
.env.local
.env.*

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

# Virtual Environment
venv/
env/
ENV/
.venv/

# IDE settings
.vscode/
.idea/
*.swp
*.swo

# Data & Logs (Runtime generated)
data/
*.log
daily_trade_history.json
watchlist.json
bot_ipc.json

# Test
tests/
tests/*

# System
Thumbs.db
Desktop.ini

# stock
KIS_SETUP.md