Prompt-Engineering-Guide/.gitignore

18 lines
255 B
Plaintext
Raw Permalink 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/
2023-04-13 16:16:21 +08:00
notebooks/.env
2023-03-14 11:13:09 +08:00
.DS_Store
2023-04-13 16:21:31 +08:00
.vscode
2023-03-11 07:22:18 +08:00
# app
.next
node_modules