# ─── .NET ─── [Bb]in/ [Oo]bj/ *.user *.suo .vs/ # ─── C++ build ─── industrial-comm/cpp/build/ industrial-comm/build/ # ─── Python ─── mcp-server/.venv/ .venv/ venv/ __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ .mypy_cache/ # ─── Runtime / logs ─── *.log /tmp/ data/ storage/kb/** !storage/kb/.gitkeep # ─── Generated P&ID geometry cache (재생성 가능, 대용량) ─── mcp-server/storage/*_geo.json # ─── Local / machine-specific ─── .claude/settings.local.json *.local.json appsettings.Development.json appsettings.Production.json # ─── OS / editor ─── .DS_Store Thumbs.db *.swp *~