__pycache__/
.venv/
.env
.mypy_cache/
.pytest_cache/
*.egg-info/
.idea/
vortex_dev_mode_output.jsonl

# Node
node_modules/
package-lock.json

# Test files
test_*.py
debug_*.py
test-*.sh
start-*.sh
inspector.sh

# Config files
cipher-*.yml
test-input.json
test-mcp-settings.json
mcp-with-node.json
librechat-mcp-config.json
.pypirc
.pypirc.template

# Output files
cipher-output.txt
data/

# MCP
.mcp.json

# Build
dist/
build/