# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Project-specific
checkov-repo/
*.log

# Generated HTML reports (tf-eu-guard --output security|auditor|all)
# Stored in reports/ directory with timestamped format: dev_report_DDMMYYYYHHMM.html
reports/
tests/results/*.html

# OS
.DS_Store
Thumbs.db
.ruff_cache/
