-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (44 loc) · 1 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
# Things that should not be in version control---
# Python 3 bytecode directories
__pycache__/
# Python bytecode files
*.pyc
# editor backups
*~
# virtualenv stuff
venv/
bin/
lib/
lib64
pyvenv.cfg
# collected static files for production-like environments
collectstatic/
# local copies of static libraries
static/libs/jquery-2.1.1.min.js
static/libs/underscore-min.js
static/libs/underscore-min.map
static/libs/css/bootstrap.min.css
static/libs/fonts/glyphicons-halflings-regular.ttf
static/libs/fonts/glyphicons-halflings-regular.woff
# local wordlist
static/libs/words
# logs
logs/finetooth.log*
# Coverage reports
.coverage
htmlcov/
# compiled translation files
*.mo
# the SQLite database
db.sqlite3
# sentinel file whose existence is used to decide whether it is the
# case that we're in a dev environment (and should use the
# corresponding Django settings)
.development
# sentinel file to disable the Django Debug Toolbar
.disable_debug_toolbar
# really
share/
# other droppings
pip-selfcheck.json
selenium/