From b7b7df553035c297d28bad22d4803063714ef0bc Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 15 Jul 2020 18:26:22 +0100 Subject: [PATCH] .gitignore: Ignore Python caches --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fce229269..b1fb497e3 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ src/xrt/targets/gui/monado-gui src/xrt/targets/openxr/intermediate_manifest.json src/xrt/targets/targets_enabled_drivers.h +# Ignore Python caches +__pycache__/ + # ignore build trees build/ build*/