This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch feature/PLC4X-111-interop-server
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to
refs/heads/feature/PLC4X-111-interop-server by this push:
new 5151d28 Remove temporary stuff from Python via gitignore
5151d28 is described below
commit 5151d28e24a7c33036953721d8f4fc83c5e6745a
Author: julian <[email protected]>
AuthorDate: Tue Apr 23 07:57:24 2019 +0200
Remove temporary stuff from Python via gitignore
---
.gitignore | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index e132f1b..1ee5bc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,4 +85,8 @@ jqassistant/
# Exclude the C++ libs
plc4cpp/libs/libs/
plc4cpp/.idea/
-plc4cpp/cmake-build-debug/
\ No newline at end of file
+plc4cpp/cmake-build-debug/
+
+# Exclude temporary python stuff
+plc4py/venv/
+**/__pycache__/**/*