profileShare

rasmusjy / countrysense

Read-only snapshot

No repository description.

main default branch 19 files Expires Sep 13, 2026, 9:06 AM
.gitignore 145 bytes
1 __pycache__/
2 *.pyc
3 .ipynb_checkpoints/
4 data/
5 runs/
6 *.pt
7 *.ckpt
8 .venv/
9 venv/
10 .DS_Store
11
12 # Gradio runtime cache, not part of the project.
13 .gradio/
14