poetry version

This commit is contained in:
Histausse 2023-05-15 13:23:02 +02:00
commit 2b7362c2f4
12 changed files with 319 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# virtualenv
venv/
# mypy
.mypy_cache/