Changes: - Added 80+ scripts with organized structure - payloads/ for third-party pentesting tools - pentesting/ for custom security scripts - Daily drivers remain flat for fast access - Converted wes() function to proper script - Removed .sh extensions from pentesting scripts - Cleaned up aliases (removed 31 redundant lines) - Added kanata/, build artifacts to gitignore - Removed old fre.sh scripts and empty a.out - Updated configs: helix, tmux, zsh, ulauncher, redshift Security: All sensitive data excluded via gitignore
74 lines
1.1 KiB
Text
74 lines
1.1 KiB
Text
# API Keys and Secrets (MOST IMPORTANT)
|
|
opencode/.config/opencode/.mcp.json
|
|
opencode/*
|
|
**/REDACTED*
|
|
**/*secret*
|
|
**/*key*
|
|
**/*token*
|
|
**/*auth*
|
|
**/*password*
|
|
|
|
# Personal/Machine-specific Files
|
|
ulauncher/.config/ulauncher/ext_preferences/*.db
|
|
**/*.bak
|
|
**/*.backup
|
|
|
|
# Cache and Temporary Files
|
|
**/.cache/
|
|
**/cache/
|
|
**/*.log
|
|
**/*.tmp
|
|
**/*.temp
|
|
|
|
# Git hooks (contain samples)
|
|
.git/hooks/
|
|
|
|
# Kanata keyboard configuration (currently unused, conflicts with WhisperTux)
|
|
kanata/
|
|
|
|
# Build artifacts and Python cache
|
|
a.out
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
|
|
# Embedded git repositories (should be submodules instead)
|
|
scripts/grep_for_osint/
|
|
|
|
# Old backups
|
|
.*.old
|
|
|
|
# OS and Editor Files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
**/*~
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# Personal History Files
|
|
**/*history*
|
|
|
|
# Email privacy (git config)
|
|
**/user.email*
|
|
**/*@*
|
|
|
|
# Runtime and state files
|
|
**/*.pid
|
|
**/*.state
|
|
**/node_modules/
|
|
**/.env*
|
|
|
|
# Espanso - text expansion (may contain passwords, API keys, personal snippets)
|
|
espanso/
|
|
.config/espanso/
|
|
|
|
# OpenCode - personal AI setup (may contain sensitive prompts/configs)
|
|
opencode/
|
|
.config/opencode/
|
|
|
|
# Prismus
|
|
prismis/
|
|
.config/prismis/
|
|
|
|
# Git config (contains personal email/name)
|
|
git/
|