Skip to content

Commit fcc9342

Browse files
authored
ignore-more-files (#109)
1 parent 47b088a commit fcc9342

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.dockerignore

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66
.pre-commit-config.yaml
77
*.egg-info/
88
cdk
9+
**/__pycache__
10+
**/*.pyc
11+
**/.mypy_cache
12+
**/.pytest_cache
13+
**/.DS_Store
14+
**/*.egg-info

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,9 @@ dmypy.json
133133
.test-reports
134134
.test-results
135135
.vscode
136+
**/__pycache__
137+
**/*.pyc
138+
**/.mypy_cache
139+
**/.pytest_cache
140+
**/.DS_Store
141+
**/*.egg-info

0 commit comments

Comments
 (0)