gitignore etc

pull/1/head
Mike Lynch 2024-12-14 12:25:15 +11:00
parent 0471ce1a2e
commit 54b0ebaeb6
4 changed files with 13 additions and 0 deletions

10
.gitignore vendored 100644
View File

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

1
.python-version 100644
View File

@ -0,0 +1 @@
3.9

View File

@ -0,0 +1,2 @@
def hello() -> str:
return "Hello from gotosocial!"

View File