github-keyhunter 0.1.0

Fast GitHub API key leak scanner
# Rust build artifacts
target/

# Config with real tokens
config.toml

# Results
results/
*.json

# Git
.git/
.gitignore

# Documentation (not needed in image)
README.md
LICENSE
assets/

# IDE
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# Logs
*.log

# Environment
.env
.env.local

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Tests (not needed in runtime image)
tests/