# gh-blast-radius

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS files
.DS_Store
Thumbs.db

# Tool-specific
.workflow-impact/
.ruff_cache/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Environments
.env
.env.local
