gitignore etc

This commit is contained in:
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 Normal file
View File

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

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.9

View File

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

0
src/gotosocial/py.typed Normal file
View File