# Launch collateral (kept out of the public tree)
launch/

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

# Virtual environments
.venv/
venv/
env/

# AgentMoat runtime files
agentmoat.db
agentmoat_audit.jsonl
*.jsonl
*.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Node / dashboard
dashboard/node_modules/
dashboard/dist/

# Env files
.env
.env.local
*.env
