# Audit logs (contain sensitive information)
audit/

# Log files
*.log
logs/

# Temporary files
*.tmp
*.temp
*.swp
*~

# IBKR credentials (if stored locally)
.credentials
.env

# Target file (user will customize for their strategy)
target.json
# But keep the example
!target.json.example

# User config files (user will customize for their IBKR settings)
*.toml
!risk-config.toml

# Generated reports
report.html
