# Build / distribution
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.pyo
test_byok.py
# Virtual environments
venv/
.venv/
env/
.env

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

# macOS
.DS_Store

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Secrets / credentials
.env
*.pem
*.key
