Signed-off-by: Joffrey F <[email protected]>
@@ -1,11 +1,13 @@
*.egg-info
.coverage
.git
+.github
.tox
build
+binaries
coverage-html
docs/_site
-venv
+*venv
**/__pycache__
*.pyc
@@ -1,16 +1,18 @@
+*.swo
+*.swp
+.cache
.coverage*
+.DS_Store
+.idea
+
/.tox
+/binaries
/build
+/compose/GITSHA
/coverage-html
/dist
/docs/_site
-/venv
-README.rst
-compose/GITSHA
-*.swo
-*.swp
-.DS_Store
-.cache
-.idea
+/README.rst
+/*venv