@@ -2,7 +2,8 @@ | |||||
venv/ | venv/ | ||||
# Ignore compiled Python bytecode | # Ignore compiled Python bytecode | ||||
__pycache__/ | |||||
workx/**/__pycache__/ | |||||
# Ignore macOS .DS_Store files | # Ignore macOS .DS_Store files | ||||
workx/.DS_Store | |||||
.DS_Store | .DS_Store |
@@ -0,0 +1,11 @@ | |||||
[[source]] | |||||
url = "https://pypi.org/simple" | |||||
verify_ssl = true | |||||
name = "pypi" | |||||
[packages] | |||||
[dev-packages] | |||||
[requires] | |||||
python_version = "3.11" |
@@ -0,0 +1,20 @@ | |||||
{ | |||||
"_meta": { | |||||
"hash": { | |||||
"sha256": "ed6d5d614626ae28e274e453164affb26694755170ccab3aa5866f093d51d3e4" | |||||
}, | |||||
"pipfile-spec": 6, | |||||
"requires": { | |||||
"python_version": "3.11" | |||||
}, | |||||
"sources": [ | |||||
{ | |||||
"name": "pypi", | |||||
"url": "https://pypi.org/simple", | |||||
"verify_ssl": true | |||||
} | |||||
] | |||||
}, | |||||
"default": {}, | |||||
"develop": {} | |||||
} |