17 lines
152 B
Plaintext
17 lines
152 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.vscode/
|
|
.git/
|
|
.gitignore
|
|
.env
|
|
data/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.coverage
|
|
coverage.xml
|