# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.venv/
venv/
.env

# Node
node_modules/
dist/
.next/
*.local

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Runtime data
*.db
data/
maltego/*.mtz

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

# Secrets (never commit)
.env
.env.local
.env.*.local

# Test artifacts
test_*.py
verify_*.py
.pytest_cache/
coverage/
.coverage

# Agents
.agents/

# Report outputs (never commit personal investigation data)
report.json
report.pdf
.last_inv.json

# Documentation
!.env.example
