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

# Virtual environments
.venv/
venv/
env/
.env
.env.*

# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# NIfra scan output — may contain LLM-generated exploit payloads
nifra-results.json
nifra-report.html
nifra-report.md

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

# OS
.DS_Store
Thumbs.db

# Secrets
*.key
*.pem
*.p12
.secrets
