# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.mypy_cache
.ruff_cache
.venv

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
*.cover
coverage.xml
*.log

# uv
.uv/
uv.lock

# Project specific
test-scan*.json
test-scan*.html
*.html
*.json
!tests/**/*.json

# Raw scan data (contains sensitive AWS data)
raws/

# Environment variables
.env
.env.local
