Files
2026-06-17 20:41:49 +08:00

22 lines
330 B
JSON

{
"schema_version": 1,
"project_types": [
"python"
],
"important_files": [
"pyproject.toml"
],
"verification_commands": [
"python -m compileall src",
"python -m unittest discover"
],
"protected_paths": [
".git",
".venv",
"node_modules",
"__pycache__",
"dist",
"build"
]
}