Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit d1731dd

Browse files
committed
Add new entries in .gitignore
1 parent 705fe99 commit d1731dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
build
44
dist
55
*.egg-info
6+
7+
# Tests and validation
68
.tox/
9+
.mypy_cache
10+
11+
# Python's venv
712
.env
13+
.venv
814
env
15+
16+
# IDE
917
.vscode
18+
.idea

0 commit comments

Comments
 (0)