upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 294e4b4df58cb67c179002fc131f2776242d4599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# AI assistant context
.ai/

# Rust build artifacts
target/
grasp-audit/target

# Working directory (session-specific temporary files)
work/*
!work/README.md

# Test runs (production sync testing data and logs)
tmp/

# Environment and data
.env
data/

# Relay operator private key (auto-generated if not present)
.relay-owner.nsec

# direnv directory - used by nix
.direnv