tweaked to run on linux

master
B.J. Dweck 2021-01-31 14:09:00 +02:00
parent bea8cc9f0b
commit f1fd7f3802
2 changed files with 37 additions and 1 deletions

38
.gitignore vendored
View File

@ -1,2 +1,38 @@
/venv/
/.idea/
/.idea/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo

0
integration-test.sh Normal file → Executable file
View File