paper-reviewer / .gitignore
Ashish Rai
add Anthropic and OpenAI API
ed2f560
raw
history blame contribute delete
145 Bytes
# standard python ignores
*.pyc
__pycache__
# virtualenv
venv/
.venv3/
# IDE files
.idea/
.vscode/
# macOS files
.DS_Store
# Environment
.env