blob: 2e3402ae3f22deae823936bc17b4a828197d149b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# AUR working artifacts (must NOT be pushed to AUR repository)
*.pkg.tar.*
*.tar.gz
*.tar.xz
*.tar.zst
src/
pkg/
codex_lb-*.tar.gz
# Local agent / IDE state
.sisyphus/
.idea/
.vscode/
|