# Populated GHA-secrets restore env (created from scripts/restore_gha_secrets.template.env)
# NEVER commit this file — it contains the founder's keys.
restore_gha_secrets.env
**/restore_gha_secrets.env

# Git worktree checkout directories — never commit
_wt_*/
archiet-dmn-flask/
archiet_wt_*/

# Claude Code agent worktrees (ephemeral, not project code)
.claude/worktrees/

# Python cache (should not be committed)
__pycache__/
*.pyc
