# 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/
