-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 959 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (46 loc) · 959 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
47
48
49
50
51
52
53
54
55
# Fetched DSpace REST API documentation
docs/dspace-rest-api/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
.cursor/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
# Documentation
docs/_build/
# link_author_authorities example (timestamped logs + incremental state)
link_author_authorities_*.log
link_author_authorities_state.jsonl
link_author_authorities_state_*.jsonl
link_author_authorities_repo_checkpoint.json
link_author_authorities_repo_checkpoint_*.json
# full-text-finder example (timestamped audit logs)
full_text_finder_*.log
# MegaSpace diagnostics exports (timestamp + hostname in name)
*-megaspace-*-raw.json
*-megaspace-*-readable.md
# access_load_test example (timestamped reports + per-request logs)
access-load-reports/
*-access-load-*-summary.md
*-access-load-*-extended.md
*-access-load-*-raw.json
*-access-load-*-requests.jsonl