first commit

This commit is contained in:
2025-05-13 18:13:40 -05:00
commit d7d5ee0836
9 changed files with 188 additions and 0 deletions

14
cdk.json Normal file
View File

@@ -0,0 +1,14 @@
{
"app": "python3 app.py",
"watch": {
"include": ["**"],
"exclude": [
"README.md",
"cdk*.json",
"requirements*.txt",
"source.bat",
"**/__init__.py",
"python/__pycache__"
]
}
}