Skip to content

Commit 462625b

Browse files
authored
Merge pull request #23 from berkeley-gif/cleanup/remove-dead-files-empty-folders
Cleanup/remove dead files empty folders
2 parents e55b037 + 6457462 commit 462625b

16 files changed

Lines changed: 13 additions & 476 deletions

.gitignore

Lines changed: 13 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -23,60 +23,31 @@ venv/
2323
*.code-workspace
2424
.DS_Store
2525

26-
# Archived working notes
27-
**/.archive/
28-
**/_archive/
29-
30-
# Database: local-dev scripts and secrets
31-
database/secrets/
32-
database/setup_db_connection.sh
33-
database/setup_developer_session.sql
34-
database/scripts/*.sh
35-
36-
# Environment-specific SQL variants
37-
database/scripts/sql/**/*_local.sql
38-
database/scripts/sql/**/*_cloud9.sql
39-
40-
# ETL: development staging and reference
26+
# Generated SQL. load_all_tier_results.py writes etl/tier_data/output/all_tiers.sql
27+
# here, then psql-ed into the database. Regenerated on demand, so not tracked.
4128
etl/**/output/
29+
30+
# Audit files generated by etl/statistics/run_all.py, lib/runner.py,
31+
# scan_dupes.py, and the ingestion tools (etl/ingestion/lib/commands.py). They
32+
# are timestamped and they pile up.
4233
etl/**/audit_reports/
43-
etl/statistics/charts/
44-
etl/reference/
34+
35+
# PDF charts generated by etl/statistics/visualize_percentile_bands.py.
4536
etl/verification/*.pdf
4637

4738
# Generated manifest, regenerated by load_all_tier_results.py
4839
etl/tier_data/staging/tier_upload_manifest.csv
4940

50-
# audits/
41+
# audits/:
42+
# whitelist only the committed monthly snapshot dirs.
43+
#
5144
/audits/*
52-
!/audits/README.md
5345
!/audits/monthly_*/
5446
!/audits/monthly_*/**
55-
# Tarballs duplicate the unzipped monthly directories.
56-
/audits/*.tar.gz
57-
/audits/monthly_*/*.tar.gz
58-
59-
# AWS cost dumps (local-only)
60-
costs/
6147

62-
# aws lambda invoke output file (per lambda READMEs)
48+
# When running `aws lambda invoke ... response.json` (i.e. when manually triggering a lambda),
49+
# the result would write here. This is the filename used in the lambda READMEs.
6350
**/response.json
6451

65-
# Default-ignore everything under data/, then re-allow the specific subdirs
66-
# that should be tracked.
67-
/data/*
68-
!/data/README.md
69-
!/data/raw/
70-
/data/raw/*
71-
!/data/raw/csv_from_CalSim_report_pdf/
72-
!/data/raw/csv_from_CalSim_report_pdf/**
73-
!/data/raw/pdf_tables_from_CalSim_report/
74-
!/data/raw/pdf_tables_from_CalSim_report/**
75-
!/data/reference/
76-
/data/reference/*
77-
!/data/reference/cws/
78-
!/data/reference/cws/**
79-
!/data/reference/CS3_NetworkSchematic-Hongbing.pdf
80-
8152
# LibreOffice lock files
8253
**/.~lock.*

database/reference/COEQWAL_Completed_Scenario_Listing.xlsx - CC50Hydro_20260225.csv

Lines changed: 0 additions & 26 deletions
This file was deleted.

database/reference/COEQWAL_Completed_Scenario_Listing.xlsx - CC95Hydro_20260323.csv

Lines changed: 0 additions & 26 deletions
This file was deleted.

database/reference/COEQWAL_Completed_Scenario_Listing.xlsx - HistHydro_20260223.csv

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)