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

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Secrets — NEVER commit
*.pem
*.key
credentials.json

# TraderBot runtime data (preserved across updates)
.traderbot/
.traderbot-*/

# Database
*.db
*.sqlite3

# OpenClaw local state
.openclaw/workspace/SESSION-STATE.md
.openclaw/workspace/.learnings/

# Logs
*.log

# Coverage
.coverage

# Sisyphus agent state
.sisyphus/.coverage
.sisyphus/run-continuation/
kalshi-starter-code-python/
test-keys.txt
*.xml
state-ses_*.xml
