Prompt-Engineering-Guide/.gitignore

15 lines
222 B
Plaintext
Raw Normal View History

2023-02-17 14:42:29 +08:00
.ipynb_checkpoints/
__pycache__/
*.swp
.env
.pylintrc
2023-02-19 11:30:14 +08:00
*.egg-info/
notebooks/.ipynb_checkpoints/
notebooks/__pycache__/
notebooks/state_of_the_union.txt
notebooks/chroma_logs.log
2023-03-11 07:22:18 +08:00
notebooks/.chroma/
# app
.next
node_modules