Files
test-repo/.gitignore
LuiiCode 52067f85e5 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
2026-05-24 10:02:52 +02:00

11 lines
75 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
# IDE
.vscode/
.idea/