# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

# IDE
.cursor/
.vscode/
.idea/
*.code-workspace
*.swp
*.swo
*~

# Output files
*.sarif
*.json
network-findings.*
*.log
agents-scan-results.*
defendai-scan.*
test-results.*

# OS
.DS_Store
Thumbs.db

# Secrets
*.key
*.pem
.env
.env.*

# Allow example JSON files
!examples/**/*.json
.pypirc
demo_*.txt
demo_*.md
*_report.md
*.jsonl
