gitignore etc
parent
0471ce1a2e
commit
54b0ebaeb6
|
@ -0,0 +1,10 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
|
@ -0,0 +1 @@
|
|||
3.9
|
|
@ -0,0 +1,2 @@
|
|||
def hello() -> str:
|
||||
return "Hello from gotosocial!"
|
Loading…
Reference in New Issue