17 lines
143 B
Plaintext
17 lines
143 B
Plaintext
*.pyc
|
|
__pycache__/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.log
|
|
.DS_Store
|