# Environment / secrets
.env
.env.*
!.env.example

# Internal-only helper scripts (not part of the OSS distribution)
control-plane-app/scripts/

# Databricks bundle state
.databricks/

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.coverage

# Node
node_modules/
dist/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local brainstorm / parking-lot notes (not part of the project)
ideas/
