This is a trivial change to .gitignore. It hides a project file .project used by the Eclipse IDE, and another file .pydevproject used by the PyDev extension for Eclipse. Ignoring these files makes the repository status clearer for developers using Eclipse, and shouldn't affect anyone else.
This is a trivial change to .gitignore. It hides a project file
.project
used by the Eclipse IDE, and another file.pydevproject
used by the PyDev extension for Eclipse. Ignoring these files makes the repository status clearer for developers using Eclipse, and shouldn't affect anyone else.