# langchain-onelake build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
*.pyo

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
