agent-claw: automated task changes
This commit is contained in:
15
cdk/node_modules/aws-cdk/lib/init-templates/app/python/cdk.template.json
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/app/python/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"app": "%python-executable% app.py",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"requirements*.txt",
|
||||
"source.bat",
|
||||
"**/__init__.py",
|
||||
"**/__pycache__",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user