__pycache__/
*.pyc
.env
.env.*
.env.local

# Secrets
*.key
*.pem
credentials.*
api_keys.json
custom_targets.json

# Build artifacts
node_modules/
.wrangler/
package-lock.json

# Generated reports (contain scan data, not code)
power_report_*.json
power_map_*.html
power_dashboard_*.html
report_equinix_*.json
report_equinix_*.html
live_api_data.json
dcscout_history.db
trade_buy_*.json

# Agent memory (persistent file system state per scrape target)
agent_memory/

# OS
.DS_Store
