-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 759 Bytes
/
.gitignore
File metadata and controls
53 lines (45 loc) · 759 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
dist/
*.egg-info/
.pytest_cache/
# Environment variables and credentials
.env
google_credentials.json
credentials.json
token.json
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.claude/
node_modules/
PDFs/
# Archive
Archive/
# PDF source files (stored in PDFs directory, may be large)
PDFs/
# Intermediate CSV files (not needed in repo)
food_scores.csv
food_scores_cleaned.csv
infractions.csv
# Final output CSV (keep this one!)
# We want joined_scores_violations.csv in the repo
# We want CodeViolations.csv in the repo (reference data)
# OS
.DS_Store
Thumbs.db
# Local-only automation scripts (not for public repo)
auto_commit.py
run_pipeline_with_commit.bat
AUTO_COMMIT_SETUP.md