-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 874 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 874 Bytes
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
# Files generated by invoking Julia with --code-coverage
*.jl.cov
*.jl.*.cov
# Files generated by invoking Julia with --track-allocation
*.jl.mem
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
# They contain absolute paths specific to the host computer, and so should not be committed
deps/deps.jl
deps/build.log
deps/downloads/
deps/usr/
deps/src/
# Build artifacts for creating documentation generated by the Documenter package
docs/build/
docs/site/
# The stray root Manifest is ignored; metroflow/Manifest.toml is committed to pin
# the exact package versions used for the paper experiments.
/Manifest.toml
# MacOS Files
.DS_Store
results
data_public/doha
data_public/Doha
data_public/Shanghai/metroData_InOutFlow.csv
data_public/Shanghai/metroData_ODFlow.csv
data_public/Shanghai/OD_*.csv
claude.md
generate_tables.jl