gitignore: ignore usual python cruft
This commit is contained in:
parent
28aa210348
commit
8711fad9fa
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1 +1,5 @@
|
|||
cache
|
||||
*.pyc
|
||||
*.sw?
|
||||
*~
|
||||
.coverage
|
||||
__pycache__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue