# Claude Code SuperCharge - Git Ignore # API Keys and Secrets *.key *.pem .env .env.local .env.*.local api_keys.txt secrets.txt # User-specific data *.jsonl history.jsonl stats-cache.json # Session data sessions/ session-env/ shell-snapshots/ paste-cache/ file-history/ todos/ plans/ projects/ debug/ # Temporary files *.tmp *.bak *.swp *~ .ralph/ # IDE .vscode/ .idea/ *.iml # OS .DS_Store Thumbs.db # Node modules node_modules/ # Python __pycache__/ *.pyc *.pyo .venv/ venv/ # Backup files *.backup *~ # Logs *.log