From ca2ab13f0d2510627b60da5f60f101ce42b4e0b0 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 25 Mar 2021 04:01:28 -0400 Subject: [PATCH] Add files and to (#1850) - Add `.pyc` files and `__pycache__` to `.dockerignore` --- .dockerignore | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 1329aef5..ebcfbbb5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -13,3 +13,5 @@ CTFd/uploads/**/* .prettierignore .travis.yml node_modules +**/*.pyc +**/__pycache__ diff --git a/CHANGELOG.md b/CHANGELOG.md index a0224ca8..21df1490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ - Use `examplectf.com` as testing/development domain instead of `ctfd.io` - Fixes issue where user's name and email would not appear in logs properly - Add more linting by also linting with `flake8-comprehensions` and `flake8-bugbear` +- Add `.pyc` files and `__pycache__` to `.dockerignore` # 3.2.1 / 2020-12-09