.venv/*

# 0.2.0 영역 시계열 매칭 실측 산출물 (커밋 대상 아님)
scripts/_*.md
scripts/_*.parquet
scripts/_*.json
scripts/_bench/

# PyPI 업로드 전 로컬 검증용 노트북 (git 에는 생성 스크립트만 올림)
lib/tests/local_test.ipynb

# GitHub release 본문 임시 파일 (gh release 만든 뒤 삭제 가능)
.release-notes-*.md

# Python 빌드 산출물
lib/dist/
lib/build/
lib/src/admdongkor.egg-info/
lib/src/*.egg-info/
**/__pycache__/
*.pyc
.pytest_cache/

# Node / npm workspaces (js, web)
node_modules/
js/dist/
web/.next/
web/out/
*.tsbuildinfo
