-
Notifications
You must be signed in to change notification settings - Fork 559
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (78 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
83 lines (78 loc) · 1.28 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
# Public repository of an NSE plugin. Nothing below may ever enter the history.
# --- Secrets and local credentials -------------------------------------------
# vulners_enterprise.nse can read the token from a file
# (--script-args api_key_file=...). Keep such files outside the repository.
*api_key*
*apikey*
*api-key*
*.token
*.pem
*.p12
*.pfx
*.keystore
id_rsa*
id_ed25519*
.env
.env.*
.netrc
.htpasswd
credentials*
secrets*
# --- Nmap scan output (-oN / -oG / -oX / -oA) ---------------------------------
*.nmap
*.gnmap
*.xml
scan-*
scans/
output/
results/
# --- AI assistant and agent artifacts -----------------------------------------
CLAUDE.md
CLAUDE.local.md
AGENTS.md
GEMINI.md
.claude/
.codex/
.cursor/
.cursorrules
.cursorignore
.aider*
.continue/
.windsurf/
.windsurfrules
.codeium/
.specstory/
.mcp.json
.github/copilot-instructions.md
PROBLEMS.md
dev_docs/
handoffs/
*.handoff.md
*.plan.md
# --- OS clutter ---------------------------------------------------------------
.DS_Store
._*
.Spotlight-V100
.Trashes
.fseventsd
__MACOSX/
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# --- Editor and tooling clutter -----------------------------------------------
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
*.swp
*.swo
*~
*.bak
*.orig
*.rej
*.tmp
*.log
.luacheckcache
__pycache__/
*.pyc