properly ignore __pycache__
This commit is contained in:
parent
d0ee54fd4b
commit
1a493c30eb
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
__pycache__/*
|
||||
*
|
||||
!.gitignore
|
||||
!README.md
|
||||
!thursday
|
||||
!thursday/**
|
||||
__pycache__
|
||||
|
|
Loading…
Reference in a new issue