1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-14 02:24:04 +02:00

Removed .pyc files and add them to gitignore

This commit is contained in:
Thomas Bui
2020-09-02 09:47:37 -07:00
parent 72a6dbf2de
commit 5aa1708d99
4 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ node_modules
.idea .idea
geckodriver.log geckodriver.log
__pycache__ __pycache__
*.pyc