See https://help.github.com/ignore-files/ for more about ignoring files.
.DS_Store
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
See https://help.github.com/ignore-files/ for more about ignoring files.
.DS_Store
Python cache
.mypy_cache pycache *.egg-info *.pyc *.pytest_cache *.ruff_cache .cache .config
Machine specific
.idea .vscode *.code-workspace
Ignore .env files
.env
Ignore .envrc files (used by direnv: https://direnv.net/)
.envrc
certs/
ignore storage dir
/storage .images /qdrant_storage
ignore wip dir
wip
ignore dist dir
dist
ignore virtualenvs
.venv* .perfenv* .demoenv* .gemini-agents* .getting-started* venv* agnoenv* aienv* phienv* set-env.ps1
ignore tmp dirs
scratch junk tmp agents.db data.db .ipynb_checkpoints build audio_generations
*.db
Google OAuth tokens
gmail_token.json calendar_token.json gdrive_token.json
.composio.lock
Coverage
coverage_report .coverage
JSON files used as testing DB
agno_json_data/
Wiki cookbook artifacts
cookbook/12_context/demo-wiki/ cookbook/12_context/demo-wiki-web/ cookbook/12_context/demo-wiki-dual/ cookbook/12_context/demo-wiki-git/
AI
.claude/ .cursor/ .conductor/ .context/ .codex/
Private design documents (symlinked)
/specs /docs /projects /agno-os /apps
Private Claude coding session preferences
CLAUDE_PRIVATE.md
ignore pyrightconfig.json
pyrightconfig.json .python-version CLAUDE_PRIVATE.md
Related Skills
Frontend Typescript Linting.mdc
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
2. Apply Deepthink Protocol (reason about dependencies
risks