Files
HighCostDrugsDemo/.gitignore
T
Andrew Charlwood 7e63e6ea45 feat: add desktop packaging (pywebview + PyInstaller)
- resource_path.py: frozen/dev path resolution for bundled data files
- app_desktop.py: pywebview entry point (Dash in daemon thread)
- app.spec: PyInstaller onedir config with data files and hidden imports
- Updated queries.py, card_browser.py, app.py to use get_resource_path()
- Added pywebview + pyinstaller to project dependencies
- Fixed unresolved merge conflict in .gitignore
- Removed stale 01_nhs_classic.html and AdditionalAnalytics.md
2026-02-09 14:53:22 +00:00

49 lines
621 B
Plaintext

assets/external/
.states
.web
*.py[cod]
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Test and lint caches
.coverage
.mypy_cache/
.pytest_cache/
# Data files (large)
hcd_20250411.csv
hcd_20250411.parquet
# IDE
.idea
# Ignored experiments
.ignore
# Ralph loop logs (keep directory via .gitkeep)
logs/*.log
logs/*.jsonl
# Reflex build artifacts (future)
.web/
.states/
# SQLite databases (except pathways.db which contains pre-computed data)
*.db
!data/pathways.db
*.sqlite
# Snowflake result cache
data/cache/
# VS Code workspace settings
.vscode/