Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Jun 23, 2021
1 parent 1b452b0 commit 3289d5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

*.pyc
*~
color_emoji/waveflag
Expand All @@ -8,3 +9,15 @@ dist
venv/
.eggs/
nototools/_version.py

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

.idea/
.dccache
.vscode/

0 comments on commit 3289d5a

Please sign in to comment.