-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
83 lines (77 loc) · 2.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.DS_Store
._.DS_Store
# Directories
data/outputs/**
data/raw/cambridge_commuter/*
!data/raw/cambridge_commuter/facilities_v2.geojson
!data/raw/cambridge_commuter/network.geojson
!data/raw/cambridge_commuter/employment_survey_msoa.csv
!data/raw/cambridge_commuter/cambridge.osm.pbf
!data/raw/cambridge_commuter/lower_super_output_areas_to_medium_super_output_areas_work_flows_cambridge_2011.csv
!data/raw/cambridge_commuter/cambridge_lsoas_to_msoas.geojson
!data/raw/cambridge_commuter/employment_survey_lsoa.csv
tests/test_outputs/**
notebooks/logs/**
notebooks/data/**
data/inputs/temp/**
# Files
*temp*.log
*._*.txt
*._*.geojson
*.so
*.swp
*stopping_times*
.api_key
logs/**
**/logs/**
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Jupyter notebooks
.ipynb_checkpoints
# pyenv
.python-version
# mkdocs documentation
/site
docs/._experiment_reproducibility.md
.vscode/launch.json
data/inputs/cambridge_work_commuter_lsoas/all_home_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/all_work_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/sample_20_home_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/sample_20_work_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/._clustered_sample_21_work_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/all_home_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/all_work_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/facilitiesall_home_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/facilitiesall_work_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/sample_21_work_clustered_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas/sample_22_home_clustered_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/sample_20_home_clustered_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/sample_20_work_clustered_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/sample_34_work_clustered_facilities_seed_1234.geojson
data/inputs/cambridge_work_commuter_lsoas_to_msoas/sample_40_home_clustered_facilities_seed_1234.geojson
.vscode/settings.json
gensit.zip
gensit/static/uai2024.cls
docs/README.pdf