data: Correction .gitignore pour Python

This commit is contained in:
Mattéo Delabre 2019-11-26 10:37:19 -05:00
부모 200157b01d
커밋 bc271b9b6c
로그인 계정: matteo
GPG 키 ID: AE3FBD02DC583ABB
5개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제

12
.gitignore vendored
파일 보기

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