- Interactive request generator with 20 state support - Quick state law lookup tool - Security-hardened input validation - Copy-paste templates for non-technical users - MIT licensed civic tech project
60 lines
722 B
Text
60 lines
722 B
Text
# Generated request files
|
|
foia_request_*.txt
|
|
flock_request_*.txt
|
|
|
|
# Node modules (if anyone adds dependencies)
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Environment variables (shouldn't be here, but just in case)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Personal information
|
|
personal_info.json
|
|
my_request.txt
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.js.map
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*_backup
|
|
|
|
# Documentation (local only)
|
|
SECURITY-AUDIT-SUMMARY.md
|
|
RELATIONSHIP-TO-ROSSMANN-GUIDE.md
|