# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
env/
venv/
.env
scratch/

# JavaScript / Node
node_modules/
npm-debug.log
yarn-error.log
dist/
coverage/

# OS
.DS_Store
Thumbs.db
Desktop.ini

# IDE
.vscode/
.idea/
*.swp

# Agent / IDE scaffolding (local mirror from AgentInstructions hub; do not commit)
# Source of truth: AgentInstructions/Condensates/ and AgentInstructions/_meta/
.cursor/
.github/agents/
.github/copilot-instructions.md
antigravity/
AGENT_LINK.md
AGENTS.md
SKILL_MAP.md
tasks.md
learnings.md
tests/
prompts/
docs/
scratch/
custom_scripts/
scripts/
CUDA_DRIVER_*

# Docker
docker-data/
llm_config.json
mock_omnisim_run.py
repro_hang.py
start.sh
verify_imports.py

# Project Specific
data/
qdrant_storage/
uploads/
localmemcp_data/
troubleshooting/
*.sqlite
*.sqlite3
*.log
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
target/
.turbo/
.next/
.output/
.cache/
*.egg-info/
.env.*
project_website/
docs/omnisim.md
tests/test_omnisim_scenarios.py
docs/mcp.md
docs/api.md
docs/llm.md
docs/mcp.md
docs/mcp.md
