diff --git a/.gitignore b/.gitignore index 1b0dba5..1c8be9c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,13 @@ node_modules/ # Docker volumes pgdata/ caddy_data/ + +# Host venv (run_eval 등 host에서 실행) +.venv/ + +# 작업 전 백업 / 롤백 스냅샷 (working tree only, git history 보존이 source of truth) +*.bak +*.bak-* +*.bak_* +*.pre-* +.pre-*/