# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Local credentials and configuration
.env
.env.*
!.env.example
.pypirc
uv.toml

# Tool caches and frontend build output
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
node_modules/
.ipynb_checkpoints/
.idea/

# Operating system files
.DS_Store
Thumbs.db

# Generated Jupyter frontend and isolated UI test environment
lib/
src/dolphindb_extension/labextension/
.qa/
tsconfig.tsbuildinfo
