# Security scan marker file (generated by security_scan.py)
.security-scan-passed

# Packaged .skill artifacts (default output dir of package_skill.py)
dist/

# Python artifacts
__pycache__/
*.pyc

# macOS
.DS_Store

# pytest cache
.pytest_cache/

# ruff cache
.ruff_cache/

# Disposable .skill bundles
*.skill

# Local virtual environments
.venv/
