Skip to content

Commit

Permalink
⚙️ Updates postactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Feb 10, 2024
1 parent 72c14e7 commit fef9e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/.virtualenvs/postactivate
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ if ! [ -e "${VIRTUAL_ENV_STIGNORE}" ]; then
echo "*.pyc" >> ${VIRTUAL_ENV_STIGNORE}
echo "*.pyi" >> ${VIRTUAL_ENV_STIGNORE}
echo ".*-cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".*cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".DS_Store" >> ${VIRTUAL_ENV_STIGNORE}
echo ".envrc" >> ${VIRTUAL_ENV_STIGNORE}
echo ".jekyll-cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".mypy_cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".nox/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".pytest_cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".ruff_cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".sass-cache/" >> ${VIRTUAL_ENV_STIGNORE}
echo ".vendor/" >> ${VIRTUAL_ENV_STIGNORE}
echo "checkouts" >> ${VIRTUAL_ENV_STIGNORE}
echo "docker-compose.override.yml" >> ${VIRTUAL_ENV_STIGNORE}
echo "pyrightconfig.json" >> ${VIRTUAL_ENV_STIGNORE}
fi
Expand Down

0 comments on commit fef9e8c

Please sign in to comment.