housekeeping

This commit is contained in:
Joseph Hopfmüller
2024-11-17 01:04:14 +01:00
parent 744c5f5166
commit 90aa6dbaf8
3 changed files with 9 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,9 @@
src/**/*.ini
add_parent.py
!src/util/add_parent.py
add_pypho.py
!src/util/add_pypho.py
# VSCode
.vscode

View File

@@ -10,6 +10,7 @@ use is covered by a right of the copyright holder of the Work).
The Work is provided under the terms of this Licence when the Licensor (as
defined below) has placed the following notice immediately following the
copyright notice for the Work:
```raw
Licensed under the EUPL
```

View File

@@ -13,7 +13,7 @@ Full license text in LICENSE file
# optical-regeneration
## Notes on cloning:
## Notes on cloning
- `pypho` is added as a submodule -> `--recurse-submodules`
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
@@ -29,4 +29,5 @@ git lfs checkout
```
## License
This project is licensed under EUPL-1.2.