mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-27 21:05:34 +00:00
109 lines
1.3 KiB
Plaintext
109 lines
1.3 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# uv
|
|
# Note: uv.lock is intentionally tracked — it pins all transitive deps for reproducibility.
|
|
# Uncomment the line below only if you deliberately choose not to commit the lock file.
|
|
# uv.lock
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
|
|
# Project
|
|
*.sqlite
|
|
*.db
|
|
*.jsonl
|
|
*.npz
|
|
results/
|
|
logs/
|
|
traces/
|
|
coding_task_*
|
|
get-pip.py
|
|
|
|
# MkDocs build output
|
|
site/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
src/openjarvis/server/static/
|
|
|
|
# Desktop (Tauri)
|
|
frontend/src-tauri/target/
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Rust
|
|
target/
|
|
|
|
# Claude plan artifacts
|
|
docs/plans/
|
|
docs/superpowers/
|
|
.superpowers/
|
|
|
|
# Claude Code project instructions (per-developer)
|
|
CLAUDE.md
|
|
.claude/
|
|
|
|
# Tauri auto-generated schemas
|
|
**/src-tauri/gen/schemas/
|
|
|
|
# NFS lock artifacts
|
|
.nfs*
|
|
**/.nfs*
|
|
|
|
# Research output
|
|
research_mining_*
|
|
.python-version
|
|
src/openjarvis/channels/whatsapp_baileys_bridge/node_modules/
|
|
|
|
# SQLite in-memory artifacts
|
|
:memory:
|
|
MagicMock/
|
|
|
|
# Second Repos
|
|
Inline/
|
|
scratch/
|
|
|
|
# SQLite in-memory artifacts
|
|
:memory:
|
|
MagicMock/
|
|
|
|
# Second Repos
|
|
Inline/
|
|
|
|
# Local git worktrees
|
|
.worktrees/
|