Skip to content

Commit 7588a46

Browse files
authored
Update .gitignore with .idea and .venv
.idea: pycharm IDE directory .venv: common location for virtual env
1 parent 7b10ff4 commit 7588a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/.benchmarks
22
/.cache
33
/.coverage
4+
/.idea
45
/.pytest_cache
56
/.tox
7+
/.venv
68
/benchmark*.svg
79
/build
810
/dist

0 commit comments

Comments
 (0)