mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 02:26:40 +00:00
edit gitignore
This commit is contained in:
parent
b9ea0f379f
commit
a5db89ddcd
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
**__pycache__
|
**__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.mypy_cache
|
||||||
Loading…
Reference in a new issue