Fix: Add missing tox verify inputs
[sim/a1-interface.git] / .gitignore
index 3a4edf6..00f2c95 100644 (file)
@@ -1 +1,16 @@
+# Documentation
+.idea/
+.tox
+docs/_build/
+.DS_STORE
+
+# IDE
 .project
+.vscode
+
+.coverage
+coverage.xml
+htmlcov/
+
+# Python virtual env
+venv/