-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (28 loc) · 702 Bytes
/
.gitignore
File metadata and controls
28 lines (28 loc) · 702 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
.pytest_cache/
app/_pycache_
app/__pycache__
app/models/__pycache__
app/resources/__pycache__
instance/__pycache__
test/__pycache__
setup.py
htmlcov
instance\config.py
app/resources/questions/__pycache__
app/resources/users/__pycache__
app/resources/answers/__pycache__
app/models/__init__.pyc
app/models/answers_model.pyc
app/models/questions_model.pyc
app/models/user_model.pyc
app/resources/answers/__init__.pyc
app/resources/answers/answers_views.pyc
app/resources/questions/__init__.pyc
app/resources/questions/questions.pyc
app/resources/users/__init__.pyc
app/resources/users/user_views.pyc
app/resources/__init__.pyc
app/__init__.pyc
instance/__init__.pyc
instance/config.pyc
test/__init__.pyc