forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
63 lines (53 loc) · 1.69 KB
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
# raw feed snapshots and downloaded tools are reproducible; artifacts are committed
data/raw/
data/cache/
# content-addressed raw feed archive (FIX-02): local dedup tier, durable copy
# lives in S3 when RAW_ARCHIVE_BUCKET/ARTIFACTS_BUCKET is configured (archive.py)
data/raw-archive/
# corrected feeds the autofix step writes per agency: binary, regenerated each
# run, and synced to the CDN by the workflow, so they stay out of git history
data/artifacts/**/corrected.zip
# Generated control plane for removing retired aliases' mutable S3 pointers.
data/artifacts/.retired-current-artifacts.json
data/artifacts/.retired-current-artifacts.json.tmp
# python
__pycache__/
*.pyc
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
dist/
.coverage
.coverage.*
htmlcov/
# advisory mutation testing (mutmut): the mutants/ working copy, cache, and the
# per-run report files are all regenerated on every run; the committed artifact
# is docs/mutation-testing.md
pipeline/mutants/
.mutmut-cache
mutmut-stats.json
pipeline/mutation-report.txt
pipeline/mutation-stats.json
# terraform: provider binaries and state/secrets are local; the lockfile is committed
**/.terraform/
*.tfstate
*.tfstate.*
*.tfvars
!*.tfvars.example
# lambda build zips and saved terraform plans (reproducible / transient)
infra/**/*.zip
infra/**/tfplan
# editors / os
.DS_Store
# private, never-committed notes (strategy, context). CLAUDE.local.md included.
*.local.md
.claude/worktrees/
# Local Pages assembly for the a11y workflow
_site/
# Scratch dir for the national-routes tile build (intermediate GeoJSONL).
# The PMTiles archive output lives at web/tiles/ and IS committed (ADR 0023).
/build/
infra/submit/build/
infra/submit/submit.tfplan
*.tfplan