Skip to content

Commit 85e04de

Browse files
committed
Clean final local navigator app version
1 parent 11e4510 commit 85e04de

24 files changed

Lines changed: 585 additions & 1136 deletions

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ __pycache__/
33
*.py[cod]
44
.venv/
55
.env
6+
.pytest_cache/
67

78
# Streamlit
89
.streamlit/secrets.toml
@@ -23,4 +24,12 @@ Computations/Results/*
2324

2425
# Local test projects / large data
2526
Data/*
26-
!Data/.gitkeep
27+
!Data/.gitkeep
28+
29+
# macOS/system
30+
__MACOSX/
31+
32+
# Build artifacts
33+
build/
34+
dist/
35+
*.spec
-164 KB
Binary file not shown.
-140 KB
Binary file not shown.
-198 KB
Binary file not shown.

0 commit comments

Comments
 (0)