added cdk and python

main
Paco Hope 2023-12-14 09:12:52 -05:00
parent 82313462fe
commit 04cd25a843
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored
View File

@ -15,3 +15,15 @@ hugo.linux
# Temporary lock file while building
/.hugo_build.lock
# Python and CDK
*.swp
package-lock.json
__pycache__
.pytest_cache
.venv
.vscode
*.egg-info
# CDK asset staging directory
.cdk.staging
cdk.out