Files
kernel-lab/.gitignore
2026-04-10 13:22:19 +00:00

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/