Start with go version

This commit is contained in:
2024-09-10 10:08:12 +02:00
parent af8b4db718
commit ea9c650f82
47 changed files with 272 additions and 1182 deletions

6
.gitignore vendored
View File

@@ -24,9 +24,9 @@ go.work.sum
# env file
.env
**temp_data/**
temp_data/
# py file for branch switching
*venv
*pytest_cache/**
*pycache*/**
__pycache__/
.pytest_cache/