Mercurial > personal > weather-server
annotate .hgignore @ 39:b77c8e7d2742
Use zoneinfo rather than pytz.
| author | Paul Fisher <paul@pfish.zone> | 
|---|---|
| date | Tue, 01 Apr 2025 15:54:21 -0400 | 
| parents | d5a18ecebf47 | 
| children | 5cc8ce54ad84 | 
| rev | line source | 
|---|---|
| 25 | 1 syntax: glob | 
| 38 
d5a18ecebf47
Convert to Hatch pyproject.toml.
 Paul Fisher <paul@pfish.zone> parents: 
32diff
changeset | 2 .venv | 
| 32 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 3 .eggs | 
| 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 4 .mypy_cache | 
| 25 | 5 .vscode | 
| 32 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 6 testdata | 
| 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 7 venv | 
| 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 8 **/__pycache__ | 
| 
2faf3499a226
Ignore lots of development miscellany.
 Paul Fisher <paul@pfish.zone> parents: 
25diff
changeset | 9 *.egg-info | 
| 38 
d5a18ecebf47
Convert to Hatch pyproject.toml.
 Paul Fisher <paul@pfish.zone> parents: 
32diff
changeset | 10 dist | 
