# Derivative 数据（可从 raw 重建），不入库
data/processed/*
data/state/*
!data/processed/.gitkeep
!data/state/.gitkeep

# data/raw 入库（工程二进制走 LFS，见 .gitattributes）

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
.env
.env.*
!.env.example

# uv
uv.lock

# Node (if we add JS helpers)
node_modules/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp

# Local scratch
/tmp/
/scratch/
*.log
