data: Correction .gitignore pour Python

This commit is contained in:
Mattéo Delabre 2019-11-26 10:37:19 -05:00
parent 200157b01d
commit bc271b9b6c
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
5 changed files with 8 additions and 4 deletions

12
.gitignore vendored
View File

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