this repo has no description
1# Byte-compiled / optimized / DLL files
2__pycache__/
3
4# Distribution / packaging
5.Python
6build/
7develop-eggs/
8dist/
9downloads/
10eggs/
11.eggs/
12lib64/
13parts/
14sdist/
15var/
16wheels/
17share/python-wheels/
18*.egg-info/
19.installed.cfg
20*.egg
21
22# Unit test / coverage reports
23htmlcov/
24.tox/
25.nox/
26.coverage
27.coverage.*
28.cache
29nosetests.xml
30coverage.xml
31*.cover
32*.py,cover
33.hypothesis/
34.pytest_cache/
35cover/
36
37# Environments
38.env
39.venv
40env/
41venv/
42ENV/
43env.bak/
44venv.bak/
45
46# mypy
47.mypy_cache/
48.dmypy.json
49dmypy.json
50
51# System
52.DS_Store
53
54# Scrapscript
55.scrap-history
56
57# Artifacts
58*.com