# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Builds
build/
dist/
*.egg-info/
*.egg

# Environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# uv
uv.lock.bak

# Demo app — the SDK wheel is baked into the image at build time and should
# not be tracked.
examples/demo-app/spiffe_defakto-*.whl
