[DEPRECATED] Go implementation of plcbundle
1# Git
2.git
3.gitignore
4
5# Build artifacts
6*.exe
7*.exe~
8*.dll
9*.so
10*.dylib
11*.test
12*.out
13/bin/
14/dist/
15
16# Data directories
17/data/
18*.jsonl.zst
19*.jsonl
20*.json
21plc_mempool_*
22plc_bundles.json
23
24# IDE
25.vscode/
26.idea/
27*.swp
28*.swo
29*~
30
31# OS
32.DS_Store
33Thumbs.db
34
35# Docs
36*.md
37docs/
38examples/
39
40# CI/CD
41.github/
42.gitlab-ci.yml
43
44# Docker
45Dockerfile*
46docker-compose*.yml
47.dockerignore