Skip to content

Commit 674a353

Browse files
authored
Merge pull request #6 from CMAP-REPOS/c24q2
C24Q2
2 parents 2c14598 + 757bf78 commit 674a353

File tree

194 files changed

+3651
-45690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+3651
-45690
lines changed

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Ignore Python virtual environment.
2-
Database/env
1+
# Ignore compiled Python.
2+
**/__pycache__
33

44
# Ignore files generated by installing Python eggs.
55
src/Mode-Dest-TOD/cmap_modedest.egg-info
@@ -86,4 +86,8 @@ Database/post_macros/.ipynb_checkpoints
8686
# Ignore files generated by transit assignment macros.
8787
Database/transit_asmt_macros/__pycache__
8888
Database/transit_asmt_macros/report
89-
Database/transit_report_*.txt
89+
Database/transit_report_*.txt
90+
91+
# Ignore files generated by results macros.
92+
results/output
93+
results/export_model_data.log

0 commit comments

Comments
 (0)