From 8325f893b4793e123b486e7a341188d1ab5b77d1 Mon Sep 17 00:00:00 2001
From: Christian Heimes <christian@python.org>
Date: Mon, 7 May 2018 19:11:21 +0200
Subject: [PATCH] Add more files/directories to .gitignore (#191)

Ignore .tox, black.egg-info and __pycache__ directories.

Signed-off-by: Christian Heimes <christian@python.org>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index a796585..c59b667 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@ _build
 .DS_Store
 .vscode
 docs/_static/pypi.svg
+.tox
+__pycache__
+black.egg-info
-- 
2.39.5