Skip to content

Commit 92261b3

Browse files
committed
Tweak .gitignore, add test report and venv to it
1 parent 6ddb1f1 commit 92261b3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/.idea
2-
/build
1+
*.pyc
32
/dist
4-
/.eggs
3+
/build
54
/src/*.egg-info
6-
*.pyc
7-
__pycache__
5+
.eggs/
6+
__pycache__/
7+
/test-report.xml
8+
/venv/

0 commit comments

Comments
 (0)