-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 788 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (40 loc) · 788 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
36
37
38
39
40
41
42
43
44
45
46
.claude/
.DS_Store
node_modules/
test/anonymous/.test-profile/
# ---- SocialMediaDownloader test suite ----
# Cookies / session state if someone ever points the profile here
smd-test-profile/
*-test-profile/
# Reports and screenshots if someone ever points them here
smd-test-reports/
smd-tests/reports/
test/smd-tests/reports/
smd-tests/screenshots/
test/smd-tests/screenshots/
smd-tests/*.png
test/smd-tests/*.png
# Baseline is mostly URL counts but can leak which accounts you tested
smd-tests/baseline.json
test/smd-tests/baseline.json
# ---- Python ----
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# ---- Environment ----
.env
.env.*
!.env.example
# ---- Editor / OS ----
.vscode/
.idea/
.DS_Store
Thumbs.db