| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| .venv/ | |
| venv/ | |
| .env | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| htmlcov/ | |
| .coverage | |
| migration-output/ | |
| *.html | |
| !sqlshift/report/*.py | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .eggs/ | |
| *.egg | |
| .venv/ | |
| venv/ | |
| .env | |
| .mypy_cache/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| htmlcov/ | |
| .coverage | |
| migration-output/ | |
| *.html | |
| !sqlshift/report/*.py | |