New home task

This commit is contained in:
zefirova.am 2023-10-12 23:51:21 +03:00
parent cf5ccaacfb
commit efa98bcc18
15 changed files with 6 additions and 14 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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
View 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
View File