Remove spreadsheet from tracking and add .gitignore

- Remove Raleigh jobs FIRE ALARM INFORMATION.xlsx from git
- Add .gitignore to prevent tracking spreadsheets and other artifacts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 22:03:20 -05:00
parent 892ac3d23b
commit a78b14b04a
2 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Spreadsheets
*.xlsx
*.xls
*.csv
*.ods
# Virtual environment
.venv/
# Python
__pycache__/
*.py[cod]
*.egg-info/
# IDE
.idea/
.vscode/