1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| # Legacy
| chroot
| vars.sh
|
| # Python
| __pycache__/
| *.py[cod]
| *$py.class
| .venv/
| env/
| venv/
| ENV/
|
| # Distribution / Build
| dist/
| local_build/
| build/
| *.egg-info/
|
| # Tests / Coverage
| .pytest_cache/
| .coverage
| htmlcov/
| .mypy_cache/
| .ruff_cache/
|
| # Project Specific
| config.yaml
| repo/
| waitlist*
| errorfile
| logs/
|
|