mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
62 lines
754 B
Plaintext
62 lines
754 B
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/
|
|
.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
|
|
results/
|
|
|
|
# MkDocs build output
|
|
site/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
src/openjarvis/server/static/
|
|
|
|
# Desktop (Tauri)
|
|
desktop/node_modules/
|
|
desktop/dist/
|
|
desktop/src-tauri/target/
|
|
|
|
# Worktrees
|
|
.worktrees/
|