GPT-Researcher / .gitignore
Shreyas094's picture
Upload 528 files
372531f verified
raw
history blame
591 Bytes
#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