# Byte-compiled / cache
__pycache__/
*.py[cod]
*.so
*.pyd

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
coverage.xml
.cache
.pytest_cache/

# Environments
.env
.venv
venv/
ENV/
env/
.ipynb_checkpoints
sdkenv/

# Editors
.vscode/
.idea/

# Local configs
*.yaml
*.yml
*.json
*.cfg
*.ini

# OS
.DS_Store
Thumbs.db

# Hatch cache
.hatch/
