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

# Virtualenv
.venv/
.venv*/

# IDE junk
.vscode/
.idea/

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

# Local docs (not yet public)
docs/

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

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