From 32cbee6f34130efd1104245fc762ceb3f4c7b7cb Mon Sep 17 00:00:00 2001
From: Rahix <rahix@rahix.de>
Date: Thu, 11 Jul 2019 17:17:36 +0200
Subject: [PATCH] chore: Add pyc and swap files to gitignore

Signed-off-by: Rahix <rahix@rahix.de>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index c5e16492..a1056146 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 build/
 /Documentation/output/
 __pycache__/
+*.pyc
+.*.swp
-- 
GitLab