Corretto gitignore
parent
530b2932eb
commit
4665bff0ef
|
|
@ -1,4 +1,11 @@
|
||||||
MkpWIFI/__pycache__
|
# Eclipse user settings directory
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
|
# VS Codium user settings directory
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
Loading…
Reference in New Issue