# Node
.env
*.log
.context-slicer
# Rust
mcp-server/target

# (Optional) Local-only files
# If you create a private proxies.yaml with credentials, keep it untracked.
proxies.yaml
.vscode/
# Scrapy
scrapy-service/webspider/httpcache/
scrapy-service/webspider/.scrapy/
.mcpregistry_github_token
.mcpregistry_registry_token
# Docker
*.pid
.DS_Store

# Local vector DB data (LanceDB)
lancedb/
.lancedb/

# Secrets / registry auth
.mcpregistry_*
*.token

.neurosiphon

# Generated proxy IP list (auto-refreshed at runtime)
ip.txt

# Release build artifacts (tarballs, zips)
dist/
advice.txt
scripts/release.sh
# Local-only release / CI / publish helpers (keep out of the public repo)
/publish/
/Makefile
/ci/
/local_release.sh
docs/RELEASING.md

# Scratch / temporary folders
/mcp-publisher
/mcp-publisher/
/workflows/
/errors/
/dist/
.cortexast/
.github/copilot-instructions.md