Browse Source

Add gitignore basic config

main
Valentin BOUVAREL 3 years ago
parent
commit
328d72349d
  1. 4
      .gitignore

4
.gitignore vendored

@ -0,0 +1,4 @@
# Python
__pycache__/
*.py[cod]
*$py.class
Loading…
Cancel
Save