27 lines
246 B
Plaintext
27 lines
246 B
Plaintext
.venv/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.nox/
|
|
.tox/
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.o
|
|
*.out
|
|
*.log
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
compile_commands.json
|
|
cmake-build-*/
|
|
.cache/
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
results/
|
|
profile-output/
|