Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ config.json
/build/tari/config.toml
Caddyfile

# Leftover worker-kit dir (tech debt). The worker/ kit was extracted to the RigForge repo (#71/#74);
# a stale top-level worker/ can linger locally with miner runtime logs/state until that cutover is
# finished. Ignore it so a stray `git add -A` can't pull those (sometimes huge) files into the repo.
/worker/

# Python
__pycache__/
*.pyc
Expand Down
Loading