-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (78 loc) · 3.18 KB
/
Copy path.gitignore
File metadata and controls
86 lines (78 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# ATDT 0721XXXXXX
# CONNECT 2400/ARQ
#
# ╔══════════════════════════════════════════════════════════════════════════╗
# ║ ║
# ║ ██████ ██████ ███████ ███ ██ ██ ██ █████ ██████ ██ ██ ║
# ║ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██ ║
# ║ ██ ██ ██████ █████ ██ ██ ██ ███████ ███████ ██ █████ ║
# ║ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ║
# ║ ██████ ██ ███████ ██ ████ ██ ██ ██ ██ ██████ ██ ██ ║
# ║ ║
# ║ FidoNet-style node · Zone 2 · Italy · 24h ║
# ║ ║
# ╚══════════════════════════════════════════════════════════════════════════╝
#
# Welcome, caller. You found the sysop's notes. 🧪
#
# Before the web, Italian hackers met on BBSes: modems screaming at
# night, FidoNet echomail, files traded one node at a time.
#
# In May 1994 the Guardia di Finanza raided dozens of Italian BBSes
# (the "Italian Crackdown"). Modems, computers and floppy disks were
# seized, and many sysops who were just sharing knowledge were
# treated like criminals. Most of those nodes never came back online.
#
# This file is a small tribute to them.
#
# Here the rule is the opposite: share the code, share what failed,
# hide only your secrets.
#
# If you read this far, say "NO CARRIER" in Issue #1. The sysop is listening.
#
# ------------------------------------------------------------------
# === Secrets: the only thing we don't share ===========================
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*token*.txt
secrets/
credentials.json
.openapi/
# === OS ================================================================
.DS_Store
Thumbs.db
Desktop.ini
*~
# === Editors & IDEs ====================================================
.idea/
.vscode/
*.swp
*.swo
*.sublime-workspace
# === Experiments: dependencies & build output ==========================
node_modules/
vendor/
__pycache__/
*.py[cod]
.venv/
venv/
target/
dist/
build/
bin/
obj/
*.o
*.out
# === Logs & temp =======================================================
*.log
tmp/
.cache/
# === AI agents local state =============================================
.claude/settings.local.json
# ------------------------------------------------------------------------
# NO CARRIER