15 lines
132 B
Plaintext
15 lines
132 B
Plaintext
*.pyc
|
|
__pycache__/
|
|
.env
|
|
.venv
|
|
venv/
|
|
.env.local
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|