data: Correction .gitignore pour Python

This commit is contained in:
Mattéo Delabre 2019-11-26 10:37:19 -05:00
vanhempi 200157b01d
commit bc271b9b6c
Allekirjoittanut: matteo
GPG avaimen ID: AE3FBD02DC583ABB
5 muutettua tiedostoa jossa 8 lisäystä ja 4 poistoa

12
.gitignore vendored
Näytä tiedosto

@ -1,4 +1,8 @@
node_modules
__pycache__
.cache
dist
# Node.js
node_modules/
.cache/
dist/
# Python
__pycache__/
*.py[cod]