added examples to ignore
parent
7349ab19ca
commit
b18b60c779
|
@ -11,5 +11,7 @@ __pycache__/
|
||||||
|
|
||||||
# Python compiled and cached
|
# Python compiled and cached
|
||||||
*.pyc
|
*.pyc
|
||||||
|
**/*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
**/__pycache__
|
||||||
**/*.example
|
**/*.example
|
||||||
|
|
Loading…
Reference in New Issue