You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2019/11/17 00:53:58 UTC

[avro] branch master updated: Ignore Python Local Development Files (#714)

This is an automated email from the ASF dual-hosted git repository.

kojiromike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new af8f9c7  Ignore Python Local Development Files (#714)
af8f9c7 is described below

commit af8f9c7dea4dd28f9c51dc43b1efaaa41dca9c4f
Author: Michael A. Smith <mi...@smith-li.com>
AuthorDate: Sat Nov 16 19:53:46 2019 -0500

    Ignore Python Local Development Files (#714)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4c64c41..953efd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@ test-output
 **/.vscode/**/*
 .DS_Store
 .factorypath
+.mypy_cache
+.python-version
+.coverage