# Build artifacts
/client
/server
*.exe
*.test

# Editor / OS noise
*.swp
.DS_Store

# Python caches
__pycache__/
*.pyc

# Local build output
/niko_trust

# Local config (committed template is config.yaml.example)
/config.yaml
