CBIIT / bento-meta

Bento Metamodel
8 stars 2 forks source link

update .gitignore #9

Closed bensonml closed 4 years ago

bensonml commented 4 years ago

updates gitignore - so temporary files are ignored; uses Github's .gitignore for python-based projects: https://github.com/github/gitignore/blob/master/Python.gitignore

also added requirements.txt for production use, and requirements-dev.txt for testing. now can test easier

python3 -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt
tox