forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (60 loc) · 963 Bytes
/
.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
# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]
*$py.class
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
coverage
.coverage.*
.cache
coverage.xml
*,cover
mocked/
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
docs/build/
# pyenv
.python-version
# dotenv
.env
# virtualenv
env/
venv/
ENV/
# Fabric Files
fabfile/
# Frontend Files
package-lock.json
.sass-cache/
node_modules/
bower_components/
frontend/dist/
frontend/index.html
# Challenge data files
challenge_data/*
# Media Files
media/
# .DS_Store for OSX
.DS_Store
# Docker Environment Files
docker/prod/docker_staging.env
docker/prod/docker_production.env
# SSL files
ssl/
# Code editors
.vscode
.idea/
*.iws
out/
.idea_modules/
# Monitoring Setup
monitoring/prometheus/prometheus_db/*
!monitoring/prometheus/prometheus_db/.gitkeep
monitoring/grafana/grafana_db/grafana.db
monitoring/alertmanager/data/*
!monitoring/alertmanager/data/.gitkeep