Skip to content

Commit

Permalink
fix: remove residual __pycache__ dirs and make sure they are swept af…
Browse files Browse the repository at this point in the history
…ter docs generating (#171)

fixes #170 

As described in #170, we got __pycache__ dirs commited to main from
semantic-release/git. This PR removes the __pycache__ dirs and makes
sure they are swept after docs generating.

This is not great solution. Anything else might be commited, but I did
not find a way make `semantic-release/git` respect `.gitignore`.
  • Loading branch information
t0mk authored Mar 11, 2024
2 parents 15057a9 + e6b588a commit 4d2b67e
Show file tree
Hide file tree
Showing 40 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ docs: inject-module-docs
DOCS_PATH=$(DOCS_PATH) ./scripts/specdoc_generate.sh
python scripts/render_readme.py ${COLLECTION_VERSION}
ansible-doc-extractor --template=template/module.rst.j2 $(DOCS_PATH)/inventory plugins/inventory/metal_device.py
find . -type d -name '__pycache__' -exec rm -rf {} \;

.PHONY: inject-module-docs
inject-module-docs:
Expand Down
Binary file not shown.
Binary file removed plugins/module_utils/__pycache__/action.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file removed plugins/module_utils/__pycache__/utils.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4d2b67e

Please sign in to comment.