data: Correction .gitignore pour Python
This commit is contained in:
parent
200157b01d
commit
bc271b9b6c
|
@ -1,4 +1,8 @@
|
||||||
node_modules
|
# Node.js
|
||||||
__pycache__
|
node_modules/
|
||||||
.cache
|
.cache/
|
||||||
dist
|
dist/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue