limbo/.gitignore
2025-06-11 11:32:17 -03:00

39 lines
347 B
Text

/target
/.idea
/.vscode
*.so
*.ipynb
# Python
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv*/
__pycache__/
.coverage
venv
env
.env
.venv
dist/
.tmp/
*.db
**/*.db-wal
**/*.db-shm
**/*-wal
# OS
.DS_Store
# Javascript
**/node_modules/
# testing
testing/limbo_output.txt
**/limbo_output.txt
testing/*.log
.bugbase
limbostress.log
simulator.log