Files
OpenJarvis/.gitignore
T
2026-02-28 06:33:07 +00:00

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/