mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"cmake.sourceDirectory": "/home/allaun/Documents/Research Stack/2-Search-Space/simulations/heat-2D",
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/.ipynb_checkpoints/**": true,
|
|
"**/.mypy_cache/**": true,
|
|
"**/.pytest_cache/**": true,
|
|
"**/.ruff_cache/**": true,
|
|
"**/.venv/**": true,
|
|
"**/__pycache__/**": true,
|
|
"**/.lake/**": true,
|
|
"**/target/**": true,
|
|
"**/node_modules/**": true,
|
|
"**/*.jsonl": true,
|
|
"**/*.parquet": true,
|
|
"**/*.vcd": true,
|
|
".changes/**": true,
|
|
"4-Infrastructure/ComfyUI/**": true,
|
|
"3-Mathematical-Models/equations_*/**": true,
|
|
"3-Mathematical-Models/equations_parquet_tagged/**": true,
|
|
"5-Applications/out/**": true,
|
|
"5-Applications/scripts/models/**": true,
|
|
"API KEYS/**": true,
|
|
"Security & Passwords/**": true,
|
|
"ai-math-discovery-systems/**": true,
|
|
"artifacts/**": true,
|
|
"data/**": true,
|
|
"logs/**": true,
|
|
"out/**": true,
|
|
"scratch/**": true,
|
|
"shared-data/**": true
|
|
},
|
|
"search.exclude": {
|
|
"**/.ipynb_checkpoints": true,
|
|
"**/.mypy_cache": true,
|
|
"**/.pytest_cache": true,
|
|
"**/.ruff_cache": true,
|
|
"**/.venv": true,
|
|
"**/__pycache__": true,
|
|
"**/.lake": true,
|
|
"**/target": true,
|
|
"**/node_modules": true,
|
|
"**/*.jsonl": true,
|
|
"**/*.parquet": true,
|
|
"**/*.vcd": true,
|
|
".changes": true,
|
|
"4-Infrastructure/ComfyUI": true,
|
|
"3-Mathematical-Models/equations_*": true,
|
|
"3-Mathematical-Models/equations_parquet_tagged": true,
|
|
"5-Applications/out": true,
|
|
"5-Applications/scripts/models": true,
|
|
"API KEYS": true,
|
|
"Security & Passwords": true,
|
|
"ai-math-discovery-systems": true,
|
|
"artifacts": true,
|
|
"data": true,
|
|
"logs": true,
|
|
"out": true,
|
|
"scratch": true,
|
|
"shared-data": true
|
|
}
|
|
}
|