*ATTIC*
/build
bin
dump
unit-test
tmp
frontend

genhtml/
target/
*.lcov
*.profraw
*.profdata
/report
flamegraph.html
perf.data
perf.data.old

# GDB
.gdb_history

# Clangd
.cache
/.clangd
compile_commands.json

# Rust
# **/Cargo.lock

# Dependencies
opt/
opt-msan/
deps-bundle.tar.zst

# Nix
/result

# Vimdiff
*.orig

# Vim
*.swp
*.swo

# VSCode
.vscode

# JetBrains
.fleet
.idea

# Packet Captures
*.pcap
*.pcapng

# Logs
*.log

# VitePress docs
/book/.vitepress/cache
/book/.vitepress/dist
/book/node_modules
/book/bun.lock
/book/bun.lockb

# TVU
/mainnet.toml
/testnet.toml
/privatenet.toml
/localnet.toml
/sim.toml
/backtest.toml
/mainnet.sh
/testnet.sh
/privatenet.sh
/localnet.sh
/sim.sh
/backtest.sh

# Python
venv
*.pyc
