26 lines
215 B
Plaintext
26 lines
215 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
*.pyo
|
|
*.pyc
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.eggs/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.DS_Store
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
Cargo.lock
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
wheels/
|