# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
installer_output/

# Virtual environments
.venv/
venv/
env/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Secrets / credentials
.env
*.env
.secret_key
configs/targets/*.yaml

# Run artifacts (potentially sensitive findings)
runs/

# Auto-generated threat intel stubs (review before committing manually)
scenarios/auto/

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

# OS
Thumbs.db
.DS_Store

# Egg info (editable install)
operon_assurance_engine.egg-info/
