# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
.venv/
ENV/
env/
.python-version

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Development
.env
.env.local
*.db
*.sqlite
*.sqlite3
.kuzu_tmp/

# Logs
logs/
*.log

# Build
dist/
build/

# Database files
*.kuzu/

# Local-only e2e tests that reference private corpora — never commit
tests/e2e/test_dwh_e2e.py
tests/e2e/test_dwh_schema_e2e.py
.claude/progress.txt
columns.csv
results_*.json

# Local-only golden lineage ground truth — names private DWH columns
tests/e2e/golden_lineage.yaml
# Local-only scratch script for bootstrapping the golden set
scratch_bootstrap_golden.py
.claude/worktrees/
