# Elixir/Mix
/server/_build/
/server/deps/
/server/cover/
/server/doc/
/server/.fetch
/server/erl_crash.dump
/server/*.ez
/server/priv/static/assets/
/server/priv/static/cache_manifest.json
/server/*.db
/server/*.db-journal
/server/*.db-wal
/server/*.db-shm

/agent/_build/
/agent/deps/
/agent/cover/
/agent/doc/
/agent/.fetch
/agent/erl_crash.dump
/agent/*.ez

# Burrito build output
/agent/build/
/agent/burrito_out/
/agent/dist/

# Phoenix digest artifacts (built into release; shouldn't be committed)
/server/priv/static/assets/
/server/priv/static/cache_manifest.json
/server/priv/static/*-*.ico
/server/priv/static/*-*.txt
/server/priv/static/*-*.txt.gz
/server/priv/static/*.gz
/server/priv/static/images/*-*
/server/priv/static/images/*.gz

# Playwright / screenshots (local verification artifacts)
/.playwright-mcp/
/*.png

# Editors / OS
.DS_Store
.vscode/
.idea/
