Add gitignore

This commit is contained in:
Florent Heuze 2019-06-07 10:13:26 +02:00
parent 59744a2858
commit f6e48be914
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class