Browse Source

Added vim and Pycharm files to .gitignore

pull/107/head
César López Ramírez 4 years ago
parent
commit
f97d06a034
  1. 3
      .gitignore

3
.gitignore

@ -1,3 +1,6 @@
.idea/
*.swp
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

Loading…
Cancel
Save