diff --git a/.gitignore b/.gitignore index b00581c..5b954e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,38 @@ /venv/ -/.idea/ \ No newline at end of file +/.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 diff --git a/integration-test.sh b/integration-test.sh old mode 100644 new mode 100755