add some documentation

This commit is contained in:
Peter Tillemans 2023-11-27 20:24:27 +01:00
parent 3dbcb8176c
commit 77e42a1c1a
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
__pycache__
*.lock
target

10
python/README.md Normal file
View file

@ -0,0 +1,10 @@
# Test Python Tooling
The current test does
- create a VM with poetry
- fetch python eggs (requests, pytest)
- do an https request (to google) to ensure certificates can be found
- and of course run python version 3.11 or later

9
rust/README.md Normal file
View file

@ -0,0 +1,9 @@
# Check Rust Tooling
## Small cargo project
- test cargo and rustc are installed
- check the default toolchain
- build and run a test executable