This is a Github repository for all of the source code used in the Udemy Prompt Engineering Course.
- Install gitleaks for secret scanning:
brew install gitleaks
- Install pre-commit:
pip install pre-commit
- Install pre-commit hooks:
pre-commit install
gitleaks detect --source="." --report-path="gitleaks-report.json"