# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
.venv-*/
venv/
ENV/

# AIR generated artifacts
forensic-report.json
forensic-report.pdf
forensic-report.siem
air-trace-*.log

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# CDK
cdk.out/
cdk.context.json

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

# Environment variables
.env
.env.*
lambda_package/
cdk.out/
.superpowers/
