memgraph/tests/drivers/.gitignore
Marko Budiselic 47b8a48df2 Python driver test.
Summary: Python driver test. Equivalent to all other driver tests.

Reviewers: mferencevic, teon.banek

Reviewed By: teon.banek

Subscribers: pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D452
2017-06-12 15:53:43 +02:00

11 lines
140 B
Plaintext

# java driver
java/*.jar
java/*.class
# javascript driver
javascript/node_modules
javascript/package-lock.json
# python driver
python/ve3