Compare commits
No commits in common. "test2" and "main" have entirely different histories.
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,10 +0,0 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
@ -1 +0,0 @@
|
||||
3.13
|
||||
3
main.py
3
main.py
@ -1,6 +1,5 @@
|
||||
def main():
|
||||
print("Hello from app!")
|
||||
|
||||
print("Hello from Profit!")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
[project]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
Loading…
x
Reference in New Issue
Block a user