Skip to content

Commit 21ac351

Browse files
committed
Add tags to .gitignore
1 parent cc2c342 commit 21ac351

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
# Packaging
12
*.egg-info/
23
*.pyc
3-
.tox
4-
__pycache__/
54
dist/*
65
docs/_build/*
76
build
7+
8+
# Testing
9+
.tox
10+
__pycache__/
11+
12+
# Ctags
13+
tags

0 commit comments

Comments
 (0)