# Cargo
debug/
target/
**/*.rs.bk
*.pdb

# Config (may contain secrets)
latchgate.toml
!latchgate.example.toml

# Dev-mode runtime data (sockets, ledger, keys)
data/

# Operator private keys
*.pem

# Generated egress proxy allowlist (source of truth: definitions/manifests/*.yaml)
deploy/squid/allowlist.txt

# IDE
.idea/

# Mutation testing
**/mutants.out*/

# OS
.DS_Store

# Python
.venv
*_pycache_*
*.pytest_cache*
*cache*

# Typescript
node_modules/
**dist/
.latchgate/

# Fuzzing
fuzz/target/
fuzz/artifacts/
fuzz/coverage/

# LatchGate (generated by latchgate init)
*.key
