Files
physicalCombinatorics/.claude/settings.local.json
Andrew Simonson 00cc8dd9ef I love how stupid this project is
si units and redefining speed metric as thrust/weight ratio
2026-03-04 16:30:09 -06:00

16 lines
326 B
JSON

{
"permissions": {
"allow": [
"Bash(git *)",
"Bash(pip install *)",
"Bash(python -m pytest *)",
"Bash(python -m physcom *)",
"Bash(python -m physcom_web *)",
"Bash(python -c *)",
"WebFetch(domain:127.0.0.1)",
"WebFetch(domain:localhost)",
"Bash(curl:*)"
]
}
}