-
-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (34 loc) · 647 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (34 loc) · 647 Bytes
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
.c9/
.c9*
.~c9*
.git
__pycache__/
*.pyc
logs/
venv/
*.old
*.bak
*.txt
!requirements*.txt
# API key files (never commit secrets — these are also covered by *.txt above,
# but listed explicitly as a safety net in case the rule ever changes)
vt_key.txt
*_key.txt
*_api_key.txt
# Exception: the api_key.txt template that ships with the repo is tracked.
# The template contains only comments; users fill it in locally and git
# will still flag any uncommitted edits, so contributors should review
# before committing.
!api_key.txt
*.dat
*.log
*.json
test*.py
!tests/test*.py
phishing.db
domain-names*.txt
dist/
build/
*.egg-info/
.coverage
CLAUDE.md