From 0a5599bfc65e5597f1d34da47b55d7eb3cdce509 Mon Sep 17 00:00:00 2001
From: asacramento <sacramentoa@nic.ar>
Date: Fri, 15 Mar 2019 11:37:23 -0300
Subject: [PATCH] Se ignoran los pyc

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 22af018..826adc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 .idea/**/tasks.xml
 .idea/dictionaries
 logs
+*.pyc
 
 # Sensitive or high-churn files:
 .idea/**/dataSources/
-- 
GitLab