| # Dependencies | |
| node_modules/ | |
| # Build output | |
| dist/ | |
| *.tsbuildinfo | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| test-results/ | |
| .jest-cache/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| logs/ | |
| *.log | |
| npm-debug.log* | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| *.tmp | |
| # IoTDB data directories (created by docker-compose) | |
| iotdb/ | |
| # Benchmark generated data files | |
| benchmark/benchmark_data*.json | |
| benchmark/*.log | |
| .sisyphus |