15 lines
135 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/