21 lines
195 B
Plaintext
21 lines
195 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.mcap
|
|
!tests/fixtures/*.mcap
|
|
.idea/
|
|
.vscode/
|