Mercurial > personal > weather-server
annotate .hgignore @ 40:5cc8ce54ad84
Ignore ruff detritus.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 01 Apr 2025 15:54:42 -0400 |
parents | d5a18ecebf47 |
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 |