Skip to content

Commit c9a3697

Browse files
committed
add git ignores for PyCharm, PyEnv, and PyTest metadata
1 parent 0861744 commit c9a3697

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ docs/_build/
5555

5656
# PyBuilder
5757
target/
58+
59+
# PyCharm
60+
.idea/
61+
62+
# PyEnv
63+
.python-version
64+
65+
# PyTest
66+
.pytest_cache/

0 commit comments

Comments
 (0)