Sensitive files are now encrypted at rest in the repo, allowing them to be committed safely and synced between machines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
229 B
Plaintext
22 lines
229 B
Plaintext
# Secrets (encrypted by git-crypt)
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# IIS generated folders
|
|
aspnet_client/
|
|
|
|
# Test results
|
|
tests/test_results_*.csv
|
|
|
|
# Editor files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|