upleb.uk

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

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

# Rust build artifacts
target/
grasp-audit/target

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

# Environment and data
.env
data/

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

# direnv directory - used by nix
.direnv