-
Notifications
You must be signed in to change notification settings - Fork 61
/
.gitignore
68 lines (63 loc) · 1.04 KB
/
.gitignore
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
# various temporary or downloaded files
*.pyc
*.pid
*.log
*.log.*
*.out
*.csv
*.png
*.gif
*.webm
*.db
*.lock
*.stderr
*.stdout
*.git-*
.DS_Store
# actual files that are part of 4CAT but should not be included
config.py
module_config.bin
.current-version
deploy.sh
module_cache.pb
webtool/fourcat/js/jquery-csv-master/
webtool/fourcat/static/data/word_embeddings/
*.session
webtool/fourcat/static/boards.json
webtool/pages/reject-template.md
webtool/pages/access-policy.md
stats.json
news.json
ANNOUNCEMENT.md
# build artefacts
startup/
build/
dist/
fourcat.egg-info/
webtool/venv/
.4cat_env/
.vscode*
.idea
.env/
*.ipynb
venv/
# do not ignore interface images
!webtool/static/img/*.png
!webtool/static/img/*.gif
!webtool/static/img/*.jpg
!webtool/static/img/favicon/*.ico
!webtool/static/img/flags/*.png
!common/assets/github-screenshots/*.png
# generated by 4CAT
webtool/static/css/colours.css
webtool/static/img/favicon/favicon.ico
# data files
results
snapshots
sql-queries.txt
cheat-sheet.txt
helper-scripts/threads.p
keys/
images/
sphinx-3.3.1/
sphinx/