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

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

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

# Tooling / SAST artifacts
*.sarif
bandit.sarif
semgrep.sarif

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
