Prompt-Engineering-Guide/.gitignore

18 lines
255 B
Plaintext

.ipynb_checkpoints/
__pycache__/
*.swp
.env
.pylintrc
*.egg-info/
notebooks/.ipynb_checkpoints/
notebooks/__pycache__/
notebooks/state_of_the_union.txt
notebooks/chroma_logs.log
notebooks/.chroma/
notebooks/.env
.DS_Store
.vscode
# app
.next
node_modules