facebookresearch / CrypTen

A framework for Privacy Preserving Machine Learning
MIT License
1.55k stars 282 forks source link

Missing .gitignore #464

Open labm1997 opened 1 year ago

labm1997 commented 1 year ago

Feature

I've noticed that this repo doesn't have a .gitignore file. I don't know if there is a reason for this decision but it would be nice to have since when running Crypten many .pyc files are created as untracked.

Alternatives

Suffer with a lot of .pyc files in front of you and move on.

Additional context

image
lvdmaaten commented 1 year ago

There is no particular reason for the repo to not have a .gitignore file. Inside Meta, the development of this codebase is happening in a Mercurial monorepo, which is why we never needed .gitignore. Feel free to submit a PR adding it though.