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

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

# Local secrets and deployment configuration
.env
.env.*
!.env.example
*.pem
*.key

# 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/
