# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtual envs
.venv/
venv/
.python-version

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# IDE / OS
.idea/
.vscode/
.DS_Store

# Local Claude / agent state
.claude/

# Vendored upstream working copies (kept locally for cross-repo development)
etl-workspace/

# Internal planning + analysis docs (kept locally, not part of the public package)
ANALYSIS-*.md
PLAN-*.md
FOLLOWUP-*.md
draft-*.md
