Prompt-Engineering-Guide/.gitignore
2023-04-13 02:21:31 -06:00

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