# Reference clones (upstream repos pulled locally for analysis only)
references/

# External downloaded tooling (Crystal Palace dist, etc.) — not redistributable
external/

# Sliver operator configs (contain credentials)
*.cfg

# Build artifacts
*.o
*.obj
*.bin
*.dll
*.exe
bin/
build/
# Generated embed headers (xxd output — can be 100s of MB, always rebuilt)
pico_payload.h
crystalexec_pico.h
# AES key header generated by gen_payload.py (unique per build)
payload_key.h
# Encrypted PICO (delivery artifact, not source)
payload.dat

# Archives / dist downloads
*.tgz
*.tar.gz
*.zip

# Crystal Palace prerequisite (proprietary tooling, do NOT commit)
*.jar
libtcg.x64.zip

# Per-operator config (engagement-specific paths, never commit)
.crystalenv

# OS / editor
.DS_Store
.vscode/
.idea/
*.swp
*~

# Claude Code
.claude/
MEMORY/
