Skip to content

Commit b8cf93d

Browse files
committed
Added gitignore file to not track changes to PyCharm environment files, Pycharm .idea files and Python's pycache
1 parent f5f6df2 commit b8cf93d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PyCharm
2+
venv/
3+
.idea/
4+
5+
# Python
6+
__pycache__/

0 commit comments

Comments
 (0)