Papert.in
  • Welcome to papertlab
  • Getting Started
    • Installation
      • Prerequisites
  • papertlab UI
    • Main Interface
    • File Management
    • Chat Interaction
    • File Editor
      • Inline AI Editor
    • Settings
      • Token & Usage Reporting Management
      • Auto Commit On/Off
    • Model Selection
    • Terminal Integration
  • Connecting to LLMs
    • OpenAI
    • Anthropic
    • Cohere
    • Gemini
    • Groq
    • Ollama
  • Aruguments
    • Main Options
    • Terminal Args
    • Git Settings
    • Other settings
  • Troubleshooting
    • File Editing Problems
    • large_repos
    • model_warnings
    • token_limits
Powered by GitBook
On this page
  • Using Papertlab in Large (Mono) Repositories
  • papertlabignore
  1. Troubleshooting

large_repos

PreviousFile Editing ProblemsNextmodel_warnings

Last updated 8 months ago

Using Papertlab in Large (Mono) Repositories

Papertlab is compatible with repositories of any size. However, it's not optimized for quick performance and response time in very large repositories. Here are some strategies to improve performance:

papertlabignore

papertlab respects the .papertlabignore file in your project root. Files and directories listed in this file will not be shown in the file panel.

Example .papertlabignore:

node_modules/
*.log
secrets.yml