-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
158 lines (140 loc) · 4.43 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/target
.venv/
shakes_app/debug
# Ignore all bin folders
**/bin/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtualenv
env/
venv/
ENV/
env.bak/
venv.bak/
# Django stuff:
*.log
*.pot
*.pyc
*.pyo
*.pyd
*.coverage
.coverage.*
.cache
*.cover
.hypothesis/
.pytest_cache/
.tox/
nosetests.xml
coverage.xml
*,cover
htmlcov/
,eggs
*.snm
*.out
.dockerignore
*.so
*.data
# If your Django configuration is stored in a directory named `config`, add:
config/settings/__pycache__/
config/settings/*.py[cod]
# SQL Database
*.sqlite3
# Media and Static files
media/
staticfiles/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# VS Code
.vscode/
# macOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
# Docker project generated files to ignore
# if you want to ignore files created by your editor/tools,
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
.vagrant*
bin
docker/docker
.*.swp
a.out
*.orig
build_src
.flymake*
.idea
.DS_Store
docs/_build
docs/_static
docs/_templates
.gopath/
.dotcloud
*.test
bundles/
.hg/
.git/
vendor/pkg/
pyenv
Vagrantfile
shakes_app/target/.rustc_info.json
shakes_app/target/CACHEDIR.TAG
shakes_app/target/debug/.cargo-lock
shakes_app/target/debug/.fingerprint/shakes_app-587e3ccc2a8793eb/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-587e3ccc2a8793eb/test-bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-587e3ccc2a8793eb/test-bin-shakes_app.json
shakes_app/target/debug/.fingerprint/shakes_app-66e26b2400f39017/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-66e26b2400f39017/output-test-integration-test-_start_app_engine copy
shakes_app/target/debug/.fingerprint/shakes_app-66e26b2400f39017/test-integration-test-_start_app_engine copy
shakes_app/target/debug/.fingerprint/shakes_app-66e26b2400f39017/test-integration-test-_start_app_engine copy.json
shakes_app/target/debug/.fingerprint/shakes_app-a5a9b74f0c4a5a40/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-a5a9b74f0c4a5a40/test-integration-test-_start_app_engine copy
shakes_app/target/debug/.fingerprint/shakes_app-a5a9b74f0c4a5a40/test-integration-test-_start_app_engine copy.json
shakes_app/target/debug/.fingerprint/shakes_app-ae720bec63753075/bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-ae720bec63753075/bin-shakes_app.json
shakes_app/target/debug/.fingerprint/shakes_app-ae720bec63753075/dep-bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-ae720bec63753075/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-b5720dd6eb741c8f/bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-b5720dd6eb741c8f/bin-shakes_app.json
shakes_app/target/debug/.fingerprint/shakes_app-b5720dd6eb741c8f/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-e24d0d1ddb5d1bc3/dep-test-bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-e24d0d1ddb5d1bc3/invoked.timestamp
shakes_app/target/debug/.fingerprint/shakes_app-e24d0d1ddb5d1bc3/test-bin-shakes_app
shakes_app/target/debug/.fingerprint/shakes_app-e24d0d1ddb5d1bc3/test-bin-shakes_app.json
shakes_app/target/debug/deps/libshakes_app-ae720bec63753075.rmeta
shakes_app/target/debug/deps/libshakes_app-e24d0d1ddb5d1bc3.rmeta
shakes_app/target/debug/deps/shakes_app-ae720bec63753075.d
shakes_app/target/debug/deps/shakes_app-e24d0d1ddb5d1bc3.d
shakes_app/target/debug/incremental/shakes_app-1gfkahzjw5csf/s-gwupgvxh9d-vuyvur.lock
shakes_app/target/debug/incremental/shakes_app-1gfkahzjw5csf/s-gwupgvxh9d-vuyvur-6p21glpdr885diepz3czxnek2/dep-graph.bin
shakes_app/target/debug/incremental/shakes_app-1gfkahzjw5csf/s-gwupgvxh9d-vuyvur-6p21glpdr885diepz3czxnek2/query-cache.bin
shakes_app/target/debug/incremental/shakes_app-1gfkahzjw5csf/s-gwupgvxh9d-vuyvur-6p21glpdr885diepz3czxnek2/work-products.bin
shakes_app/target/debug/incremental/shakes_app-39tunmvvz4e8h/s-gwupgvxius-1ibtl6d.lock
shakes_app/target/debug/incremental/shakes_app-39tunmvvz4e8h/s-gwupgvxius-1ibtl6d-80x4wb0i89wcw4fpgl49r6lrp/dep-graph.bin
shakes_app/target/debug/incremental/shakes_app-39tunmvvz4e8h/s-gwupgvxius-1ibtl6d-80x4wb0i89wcw4fpgl49r6lrp/query-cache.bin
shakes_app/target/debug/incremental/shakes_app-39tunmvvz4e8h/s-gwupgvxius-1ibtl6d-80x4wb0i89wcw4fpgl49r6lrp/work-products.bin