Skip to content

Commit 82c554a

Browse files
committed
Added *.egg-info/ to the gitignore file
This ignores the `tornettools.egg-info/` directory that's generated when you pip install the 'tornettools' project.
1 parent df6ada5 commit 82c554a

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,3 +1,5 @@
11
__pycache__
22
/toolsenv
33
/build
4+
# python build files
5+
*.egg-info/

0 commit comments

Comments
 (0)