We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b088a commit fcc9342Copy full SHA for fcc9342
.dockerignore
@@ -6,3 +6,9 @@
6
.pre-commit-config.yaml
7
*.egg-info/
8
cdk
9
+**/__pycache__
10
+**/*.pyc
11
+**/.mypy_cache
12
+**/.pytest_cache
13
+**/.DS_Store
14
+**/*.egg-info
.gitignore
@@ -133,3 +133,9 @@ dmypy.json
133
.test-reports
134
.test-results
135
.vscode
136
137
138
139
140
141
0 commit comments