# .lettaignore — Letta Code file index exclusions # # Files and directories matching these patterns are excluded from the @ file # search index and disk scan fallback. Comment out or remove a line to bring # it back into search results. Add new patterns to exclude more. # # Syntax: one pattern per line, supports globs (e.g. *.log, src/generated/**) # Lines starting with # are comments. # # --- Dependency directories --- node_modules bower_components vendor # --- Build outputs --- dist build out coverage target .next .nuxt # --- Python --- venv .venv __pycache__ .tox # --- Version control & tooling --- .git .cache .letta # --- Lock files --- package-lock.json yarn.lock pnpm-lock.yaml poetry.lock Cargo.lock # --- Logs --- *.log # --- OS artifacts --- .DS_Store Thumbs.db