mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-16 03:28:30 +00:00
* doc changes for better deplyment guidelines and checklist * chore: remove .claude folder from version control The .claude folder contains local Claude Code skills and configuration that should not be tracked in the repository. Already in .gitignore. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Better project structure for flows * docs.json updated structure * Ko and Pt traslations for deploying guidelines to AMP * fix broken links --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
30 lines
310 B
Plaintext
30 lines
310 B
Plaintext
.DS_Store
|
|
.pytest_cache
|
|
__pycache__
|
|
dist/
|
|
.env
|
|
assets/*
|
|
.idea
|
|
test/
|
|
docs_crew/
|
|
chroma.sqlite3
|
|
old_en.json
|
|
db/
|
|
test.py
|
|
rc-tests/*
|
|
*.pkl
|
|
temp/*
|
|
.vscode/*
|
|
crew_tasks_output.json
|
|
.codesight
|
|
.mypy_cache
|
|
.ruff_cache
|
|
.venv
|
|
test_flow.html
|
|
crewairules.mdc
|
|
plan.md
|
|
conceptual_plan.md
|
|
build_image
|
|
chromadb-*.lock
|
|
.claude
|