mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide.git
synced 2026-03-27 00:18:49 +00:00
- Update AnnouncementBar to link to academy.dair.ai/courses/build-apps-with-claude-code - Change coupon code from EARLYBIRDCC3 to PROMPTING (20% off) - Improve banner text styling (larger font, bolder coupon badge) - Gitignore Prompt-Engineering-Guide-notes/ for local-only use - Remove temporary infographic images from project root Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
428 B
Plaintext
30 lines
428 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/local_notebooks/
|
|
notebooks/.env
|
|
pages/research/local_research/
|
|
.DS_Store
|
|
.vscode
|
|
agent.toml
|
|
content_suggestions/
|
|
.claude/
|
|
.qodo/
|
|
Prompt-Engineering-Guide-notes/
|
|
|
|
# app
|
|
.next
|
|
node_modules
|
|
prompts
|
|
|
|
#mcp
|
|
.mcp.json
|
|
.env.local |