9 lines
243 B
JSON
9 lines
243 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"sandbox": {
|
|
"filesystem": {
|
|
"allowRead": ["."],
|
|
"denyRead": ["**/.env", "./DB", "./RTMQ", "./.vscode", "./.pytest_cache", "**/__pycache__"]
|
|
}
|
|
}
|
|
} |