Initial commit: README, hello.py, .gitignore
- README.md mit Projektbeschreibung - hello.py: einfaches Python-Greet-Script mit Typ-Annotation - .gitignore für Python und IDE-Dateien
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# test-repo
|
||||
|
||||
Test-Repository für Hermes Agent — erstellt am 24.05.2026.
|
||||
|
||||
## Zweck
|
||||
|
||||
Dieses Repository dient zum Testen der Gitea-Integration mit Hermes Agent.
|
||||
|
||||
Reference in New Issue
Block a user