-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
117 lines (89 loc) · 1.62 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Most of this file is documented with the reasons something is ignored but I
# don't remember or never knew what these few were for. Don't add here!
/TestResults.xml
ffmpeg.exe
my_doodle.py
test_results.xml
/src/pystache/
/configs/*
/.hypothesis/
## Our stuff
# Configuration files
config.json
/*.config.json
/.env
# Various caches used by apps in the repo
.is-spikey.txt
/images/*.jpg
/images/*.png
.cache/
# The old CMC charts. These are now dynamic with Chart.js and don't use pngs.
decksite/images/*-cmc.png
# Pretty sure this one is no longer in use but it's still in configuration.py
.web_cache/
# JS build output
shared_web/static/dist/
# Dev db output
shared_web/static/dev-db.sql.gz
# Search index
whoosh_index/
# Task locking
/.task.lock
# i18n
*.mo
*.po
# modo-bugs makes its own checkout of the repo to do its thing
/modo_bugs_repo/
# Scripts
/codecov.sh
## Data stuff
# Scryfall
/scryfall-default-cards.json
# MTGJSON
AllCards-x.json
AllSets.json
## OS stuff
# MacOS
.DS_Store
# Windows
Thumbs.db
## Programming language and framework stuff
# Python
*.py,cover
*.pyc
# Node
node_modules/
# MyPy
.mypy_cache
.mypy_cache/
# PyTest
.pytest_cache/
# Codecov
.coverage
coverage.xml
# Old sqlite stuff that we really don't need any more
spellfix.*
sqlite3.h
sqlite3ext.h
*.sqlite
/monkeytype.sqlite3
meta.sqlite
# Pretty sure these were the sqlite db names or something, probably not needed
magic.db
db
decksite.db
prices.db
## IDE stuff
# PyCharm
.idea/
# pyright, Python LSP
pyrightconfig.json
# VS Code
.vs/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Zed
.zed/