Skip to content

Commit

Permalink
Add tags to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jun 18, 2021
1 parent cc2c342 commit 21ac351
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Packaging
*.egg-info/
*.pyc
.tox
__pycache__/
dist/*
docs/_build/*
build

# Testing
.tox
__pycache__/

# Ctags
tags

0 comments on commit 21ac351

Please sign in to comment.