Skip to content

Commit 1a4f9fe

Browse files
gitignore: Add /.eggs
Quick PR to ignore the `/.eggs` folder, which appears to be generated every time the `python setup.py test` command is run. The content of the `./.eggs/README.txt` file: > This directory contains eggs that were downloaded by setuptools to build, > test, and run plug-ins. > > This directory caches those eggs to prevent repeated downloads. > > However, it is safe to delete this directory.
1 parent 027d1b0 commit 1a4f9fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__
44
/dist
55
/yamllint.egg-info
66
/build
7+
/.eggs

0 commit comments

Comments
 (0)