Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CloudFormation/StackSets-CDK/.bandit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bandit]
exclude = ./tests,./.venv,./.env,./cdk.out
10 changes: 10 additions & 0 deletions CloudFormation/StackSets-CDK/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
omit =
app.py
.venv/*
__init__.py
.env/*
source =
.
[report]
include_namespace_packages = True
14 changes: 14 additions & 0 deletions CloudFormation/StackSets-CDK/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
*.swp
package-lock.json
__pycache__
.pytest_cache
.venv
*.egg-info

# CDK asset staging directory
.cdk.staging
cdk.out
cdk.context.json
.kiro
test_deploy.sh
.coverage
Loading