Ignore env containing secrets

.env

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

#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

Share: