# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.eggs/

# Virtual environments
.venv

# Test & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Reports
security-report.html
report.json
*.scan.json

# Local analysis mirrors (not shipped)
competitors/
local/
issues/

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