summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 61fa5c4dac493886a2b572349836bc979ba19d69 (plain)
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
### Python ###

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Static files

omaha_server/static
omaha_server/media
*.zip
ebs.config

deploy/*.zip
deploy/ebs.config
deploy/settings.yml

### Vagrant ###
.vagrant/