# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Tooling
.ruff_cache/
.mypy_cache/
.uv-cache/

# Editors
.vscode/
.idea/
*.swp
.DS_Store
/cytario-app-sdk.yaml
