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

# Virtualenv
.venv/
.venv*/

# IDE junk
.vscode/
.idea/

# Local environment / secrets
set-datasphere-env.ps1
.env
.env.*
.pypirc

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

# Test / tooling caches
.pytest_cache/
.mypy_cache/
ruff_cache/
.ruff_cache/

# Windows Explorer artifacts
[Nn]ew folder/

# Claude Code local settings (per-developer)
.claude/settings.local.json


.claude
CLAUDE.md

# Internal design docs (not for public consumption)
docs/