# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual env
.venv/
venv/
ENV/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.hypothesis/

# Type checkers
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# mise
.mise.local.toml

# Notebooks (exploration only, not part of the SDK)
notebooks/
