# Build artifacts
*.bundle.*
lib/
node_modules/
*.egg-info/
.ipynb_checkpoints
*.tsbuildinfo
vadalog_extension/labextension/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg
MANIFEST

# Testing
.pytest_cache/
.coverage
htmlcov/

# Yarn
.yarn/
.pnp.*
yarn-error.log

# Hatch
.hatch/

# PyPI credentials (NEVER commit these!)
.pypirc
*.pypirc
.env
.env.local
