Compare commits

..

2 Commits

Author SHA1 Message Date
cc3411d6eb Add AI files to .gitignore 2026-01-19 22:05:34 -05:00
a78b14b04a 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>
2026-01-19 22:03:20 -05:00
2 changed files with 20 additions and 0 deletions

20
.gitignore vendored Normal file
View File

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