From 9696fc321c6896b1cf8197de1b585af8988a749b Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 28 Aug 2019 10:25:36 +0200 Subject: #915 add __pycache__ folder to .gitignore During ogAdmServer API tests execution, __pycache__ folder may be generated. To avoid annoyances, this commit adds the pattern to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9c53d583..430da911 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store .editorconfig .idea +__pycache__/ -- cgit v1.2.3-18-g5258