Skip to content

Latest commit

 

History

History
13 lines (5 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (5 loc) · 603 Bytes

Python template for Eco-Informatics projects

Minimum template for eco-informatics projects.

About .gitignore

Please notice that some common extensions associated to data files (e.g. .csv) are included in the .gitignore file. This was done on purpose as often you will not wish to copy your data to your repository, either because your dataset is larger than your repository hosting service will allow, or because data must be archived in specific data silos. If you want git to track data files, please be sure to add those files manually, or modify the .gitignore file.