Mercurial > personal > weather-server
annotate .hgignore @ 46:74b57044b2bd default tip
Added tag v0.2.2 for changeset 10bde12a9163
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 01 Apr 2025 16:31:00 -0400 |
parents | 5cc8ce54ad84 |
children |
rev | line source |
---|---|
25 | 1 syntax: glob |
38
d5a18ecebf47
Convert to Hatch pyproject.toml.
Paul Fisher <paul@pfish.zone>
parents:
32
diff
changeset
|
2 .venv |
32
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
3 .eggs |
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
4 .mypy_cache |
25 | 5 .vscode |
40 | 6 .ruff_cache |
32
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
7 testdata |
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
8 venv |
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
9 **/__pycache__ |
2faf3499a226
Ignore lots of development miscellany.
Paul Fisher <paul@pfish.zone>
parents:
25
diff
changeset
|
10 *.egg-info |
38
d5a18ecebf47
Convert to Hatch pyproject.toml.
Paul Fisher <paul@pfish.zone>
parents:
32
diff
changeset
|
11 dist |