- 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>
18 lines
138 B
Plaintext
18 lines
138 B
Plaintext
# Spreadsheets
|
|
*.xlsx
|
|
*.xls
|
|
*.csv
|
|
*.ods
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|