Mercurial > personal > weather-server
comparison .hgignore @ 40:5cc8ce54ad84
Ignore ruff detritus.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Tue, 01 Apr 2025 15:54:42 -0400 |
| parents | d5a18ecebf47 |
| children |
comparison
equal
deleted
inserted
replaced
| 39:b77c8e7d2742 | 40:5cc8ce54ad84 |
|---|---|
| 1 syntax: glob | 1 syntax: glob |
| 2 .venv | 2 .venv |
| 3 .eggs | 3 .eggs |
| 4 .mypy_cache | 4 .mypy_cache |
| 5 .vscode | 5 .vscode |
| 6 .ruff_cache | |
| 6 testdata | 7 testdata |
| 7 venv | 8 venv |
| 8 **/__pycache__ | 9 **/__pycache__ |
| 9 *.egg-info | 10 *.egg-info |
| 10 dist | 11 dist |
