# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.o
*.a
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
hexstrike-env/
venv/
ENV/
env/
.venv

# Logs
*.log
hexstrike.log
hexstrike_mcp.log

# BOAZ Output & Sensitive Files
BOAZ_beta/output/*.exe
BOAZ_beta/output/*.dll
BOAZ_beta/output/*.bin
BOAZ_beta/build_*/
BOAZ_beta/temp/
BOAZ_beta/*.exe
BOAZ_beta/note_donut
BOAZ_beta/loaders/*_modified.*
!BOAZ_beta/notepad.exe

# Generated payloads and binaries
output/
*.exe
*.dll
*.bin
!notepad.exe

# Security Tool Output
*.pcap
*.cap
*.dump
*.dmp
screenshots/
reports/

# Reconnaissance Data
*_subdomains.txt
*_urls.txt
*_endpoints.txt
*_ips.txt
nuclei_output/
scan_results/

# API Keys & Credentials
.env
.env.local
credentials.json
config.json
secrets/
*.key
*.pem
*.crt

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

# Temporary files
*.tmp
*.temp
tmp/
temp/

# Database
*.db
*.sqlite
*.sqlite3

# Backup files
*.bak
*.backup
*.old
*.backup_before_removal
README.md.backup

# OS
Thumbs.db
.DS_Store
