4
0
Bifurcation 1
pull/1/head
Antoine 2021-08-04 17:30:51 +02:00
révision 1173b2bf72
2 fichiers modifiés avec 24 ajouts et 0 suppressions

24
.gitignore externe Normal file
Voir le fichier

@ -0,0 +1,24 @@
# general things to ignore
build/
dist/
*.egg-info/
*.egg
.eggs
*.py[cod]
__pycache__/
*.sw[po]
*~
# virtual environments
venv/
.env/
# unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov
# testing
tests/*.db
tests/var

0
README.md Normal file
Voir le fichier