mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: 4pmtong <web_chentong@163.com>
46 lines
394 B
Text
46 lines
394 B
Text
# Dependencies
|
|
node_modules/
|
|
package/@stackframe/
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-electron/
|
|
build/
|
|
release/
|
|
|
|
# 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
|