# Git
.git
.gitignore

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

# Node
node_modules
perplexity-ask/node_modules
**/node_modules
**/.next

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

# Logs & Data (will be created at runtime)
*.log
*.sqlite
*.db
logs/
pdf_reports/
reports/
charts/
telegram_messages/
quickstart-output/
quickstart-config/
tasks/
.omx/
macro_intelligence_*.json
macro_test_output.json
tmp*.md

# Secrets (should be mounted)
.env
mcp_agent.config.yaml
mcp_agent.secrets.yaml
trading/config/kis_devlp.yaml

# Test artifacts
tests/*.sqlite
tests/*.log

# macOS
.DS_Store

# Docker test file (not needed in image)
Dockerfile.test
