sailoog / openplotter

Obsolete project. New one and active: https://github.com/openplotter
http://www.sailoog.com/openplotter
GNU General Public License v2.0
153 stars 53 forks source link

Ignore locally compiled python files from git repository. #246

Closed FredericGuilbault closed 5 years ago

FredericGuilbault commented 5 years ago

This help keeping thing clean in the IDE and prevent mistakes in the commits.

sailoog commented 5 years ago

We have not added the gitignore file because we had nothing to ignore. I guess you are developing directly in a raspberry or a virtual environment, I would not recommend this. Anyway, this does not hurt, merging... Thanks.

FredericGuilbault commented 5 years ago

The two commits should have been on different branch my bad.

Im just using my plain daily linuxmint. IDK much about python but when I googled about all these .pyc files that appear everytime I run the script. They seemed pretty common.

The line is from https://github.com/github/gitignore .

sailoog commented 5 years ago

Yes, it is not really true that python is not a compiled language, classes are compiled first time you run them in .pyc files. As I do not run any script on my work environment I had not that problem.