gitignore etc
This commit is contained in:
parent
0471ce1a2e
commit
54b0ebaeb6
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.9
|
2
src/gotosocial/__init__.py
Normal file
2
src/gotosocial/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
def hello() -> str:
|
||||
return "Hello from gotosocial!"
|
0
src/gotosocial/py.typed
Normal file
0
src/gotosocial/py.typed
Normal file
Loading…
x
Reference in New Issue
Block a user