Maint/fix build env (#84)

* Put README placeholders for packages in place
* Bump version
This commit is contained in:
cybermaggedon 2024-09-30 19:47:09 +01:00 committed by GitHub
parent 9b91d5eee3
commit f00baab1b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 369 additions and 366 deletions

13
.gitignore vendored
View file

@ -1,6 +1,15 @@
*~
__pycache__/
env/
*.egg_info/
*/build/
*.egg-info/
*.parquet
templates/components/version.jsonnet
templates/values/version.jsonnet
trustgraph-base/trustgraph/base_version.py
trustgraph-bedrock/trustgraph/bedrock_version.py
trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
trustgraph-flow/trustgraph/flow_version.py
trustgraph-parquet/trustgraph/parquet_version.py
trustgraph-vertexai/trustgraph/vertexai_version.py
trustgraph-utils/trustgraph/
vertexai/