Ignore env containing secrets
.env
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
#Ignore env containing secrets .env .venv .envrc
#Ignore Virtual Env env/ venv/ .venv/
Other Environments
ENV/ env.bak/ venv.bak/
#Ignore generated outputs outputs/ *.lock dist/ gpt_researcher.egg-info/
#Ignore my local docs my-docs/
#Ignore pycache **/pycache/
#Ignore mypy cache .mypy_cache/ node_modules .idea .DS_Store .docusaurus build docs/build
.vscode/launch.json .langgraph-data/ .next/ package-lock.json
#Vim swp files *.swp
Log files
logs/ *.orig *.log server_log.txt
#Cursor Rules .cursorrules CURSOR_RULES.md /.history
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