From b5848e71162581f85016382318671ad2dffff2e3 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 1 Apr 2018 01:45:22 +0100 Subject: [PATCH] Ignore compiled Python files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0a843e9b..09a0cb67 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,13 @@ .tox .venv **/.DS_Store +*.pyc +*.pyd +*.pyo MANIFEST build/ dist/ docs/_build htmlcov/ *.egg-info +__pycache__/