Files
Fire-alarm-managment/.gitignore
pnannery 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

18 lines
138 B
Plaintext

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