CLAUDE.md

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environment
.venv/
venv/
env/

# Build / dist
dist/
build/
*.egg-info/
*.egg

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# mypy / ruff / type checkers
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store

# Editor
.vscode/
.idea/

# dbt
target/
dbt_packages/
logs/
