graphql-engine/.dockerignore
Samir Talwar 1b20bb55b5 Create a Docker image specifically for running the Python tests.
This separates out the dependencies from the server builder.

I am using Python 3.9 as it has improved support for type annotations, which I would like to use.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5761
GitOrigin-RevId: d57b4a5ace050861e516dd79a4a38ff4844d4093
2022-09-07 14:29:42 +00:00

9 lines
183 B
Plaintext

/.direnv
/.git
/console/node_modules
/dist-newstyle
/server/tests-py/.hasura-dev-python-venv
/server/tests-py/.pytest-cache
/server/tests-py/__pycache__
/server/tests-py/node_modules