first commit

This commit is contained in:
Tomas Dvorak
2026-04-13 17:46:58 +02:00
commit 6e8fedf534
234 changed files with 53808 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Go
bin/
*.test
coverage.out
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# Local env and logs
.env
*.log
# OS/editor
.DS_Store
.idea/
.vscode/
*.swp
*~