-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (47 loc) · 978 Bytes
/
.gitignore
File metadata and controls
63 lines (47 loc) · 978 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
56
57
58
59
60
61
62
63
# MARK: OS Files
.DS_Store
.vscode/*
!.vscode/extensions.json
.ipynb_checkpoints
*wiki_dump
*wiki_partitions
*wiki.ndjson
*wiki*.ndjson
# MARK: Python Files
# setup.py working directory
build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
# Caches
__pycache__
# Test coverage output
.coverage
# Virtual environment
venv
.venv
# MARK: NPM Files
node_modules
package-lock.json
# MARK: Intermerdiary Files
**/*_queried.json
# MARK: Test Files
tests_output
scribe_data_csv_export/*
scribe_data_json_export/*
scribe_data_sqlite_export/*
scribe_data_tsv_export/*
scribe_data_filtered_csv_export/*
scribe_data_filtered_json_export/*
scribe_data_filtered_sqlite_export/*
scribe_data_filtered_tsv_export/*
scribe_data_mediawiki_export/*
scribe_data_wikidata_dumps_export/*
# MARK: Wiki Dumps
*.json.bz2
# MARK: GitHub Actions
query_check_missing_features.json
query_check_result_dump.json
query_check_result_sparql.json
query_check_sparql_service_features.json