28 lines
352 B
Plaintext
28 lines
352 B
Plaintext
# ©AngelaMos | 2026
|
|
# .gitignore
|
|
|
|
# Dev-only docs (research / plans / context / handoffs) never ship to the public repo
|
|
docs/
|
|
|
|
# Agent briefing, local only
|
|
AGENTS.md
|
|
|
|
# Ruby build + dependency artifacts
|
|
*.gem
|
|
/pkg/
|
|
/tmp/
|
|
/.bundle/
|
|
/vendor/bundle/
|
|
Gemfile.lock
|
|
.rspec_status
|
|
|
|
# Lab working data
|
|
/payloads/
|
|
/loot/
|
|
*.marshal
|
|
*.bin
|
|
|
|
# Local env
|
|
.env
|
|
tmp/
|