Skip to content

Commit b7e705e

Browse files
committed
.gitignore updated
1 parent 4b5371c commit b7e705e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# Project generated files
1+
# Compiled
22
*.pyc
3-
/tests/test_project/compressor/
4-
/*.egg-info/
5-
/.eggs/
63

74
# Vagrant
85
/.vagrant/
96
/Vagrantfile
107

11-
# Python coverage
8+
# Tests
9+
/tests/test_project/compressor/
1210
/.coverage
1311
/coverage.xml
1412
/htmlcov/
13+
14+
# Dist
15+
/dist/
16+
/*.egg-info/
17+
/.eggs/
18+
/.cache/

0 commit comments

Comments
 (0)