# JASTG analysis output
output/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.venv/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
