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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/
.tox/

# IDE / editors
.idea/
.vscode/
*.swp
.DS_Store

# ShadowShield runtime artifacts
*.log
shadowshield_audit.jsonl
.shadowshield_cache/
