mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-02 13:40:15 +00:00
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com> Co-authored-by: eigent-ai <camel@eigent.ai> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com> Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
45 lines
385 B
Text
45 lines
385 B
Text
# Dependencies
|
|
node_modules/
|
|
package/@stackframe/
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-electron/
|
|
build/
|
|
|
|
# Cache
|
|
.cache/
|
|
.vite/
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
**/.venv/
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
uv.lock
|
|
|
|
# Generated files
|
|
messages.pot
|
|
*.po
|