Text · 509 bytes Raw Blame History
1 .fackr/
2 CLAUDE.md
3 .vscode
4 .docs/
5 .refs/
6
7 # Build artifacts
8 bin/
9 tmp/
10 *.test
11 *.out
12 coverage.*
13 dist/
14
15 # Air hot-reload
16 tmp/
17
18 # Local env / secrets
19 .env
20 .env.local
21 .air.toml.local
22
23 # Real Ansible inventories carry secrets (DB passwords, AEAD keys,
24 # Postmark tokens, S3 creds, WireGuard private keys). Only the
25 # *.example files are committed.
26 deploy/ansible/inventory/production
27 deploy/ansible/inventory/staging
28
29 # OS / editor junk
30 .DS_Store
31 Thumbs.db
32 *~
33 .idea/
34 *.swp
35 *.swo
36
37 # Generated
38 node_modules/
39 AGENTS.md