- README.md mit Projektbeschreibung - hello.py: einfaches Python-Greet-Script mit Typ-Annotation - .gitignore für Python und IDE-Dateien
11 lines
75 B
Plaintext
11 lines
75 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|