ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Removing old files/folders and updating .gitignore #42

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

This PR removes additional_scripts and local_db, both of which are no longer needed / should never have been included. I've also simplified the .gitignore to match but included a single ignored local folder for use to keep development stuff and db files in local repos.

I've also removed the old setup.py and requirements.txt from before we switched to poetry

I've also added the .vscode folder. Might be worth adding recommended extensions at some point, but fine for now.