New home task
This commit is contained in:
parent
cf5ccaacfb
commit
efa98bcc18
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,6 +5,7 @@ __pycache__/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
*.save
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
@ -25,6 +26,7 @@ share/python-wheels/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
devenv/
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
@ -1,14 +0,0 @@
|
||||
[build-system]
|
||||
requires = ["sip >=5, <6"]
|
||||
build-backend = "sipbuild.api"
|
||||
|
||||
[tool.sip.metadata]
|
||||
name = "pyfoo"
|
||||
version = "0.1"
|
||||
license = "MIT"
|
||||
|
||||
[tool.sip.bindings.pyfoo]
|
||||
headers = ["foo.h"]
|
||||
libraries = ["foo"]
|
||||
include-dirs = ["foo"]
|
||||
library-dirs = ["foo/bin"]
|
4
time_execution/.gitignore
vendored
Normal file
4
time_execution/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
3_9_cpython/
|
||||
3_11_cpython/
|
||||
pypy3.9-v7.3.13-linux64/
|
||||
venv-pypy/
|
0
time_execution/Readme.md
Normal file
0
time_execution/Readme.md
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user