OHDSI / bayes-bridge

Bayesian sparse regression with regularized shrinkage and conjugate gradient acceleration
https://bayes-bridge.readthedocs.io/en/latest/
19 stars 7 forks source link

Add venv, IDE, and Cythonized files to gitignore #6

Closed chinandrew closed 3 years ago

chinandrew commented 3 years ago

Some gitignore additions so build and environment files don't get committed.

chinandrew commented 3 years ago

Perhaps better to use globbing? (With apology for being nitpicky.)

Not a nitpick at all, globbing makes much more sense here. Thanks!