Showing
1 changed file
with
57 additions
and
0 deletions
.gitignore
0 → 100644
1 | +# Byte-compiled / optimized / DLL files | ||
2 | +__pycache__/ | ||
3 | +*.py[cod] | ||
4 | + | ||
5 | +# C extensions | ||
6 | +*.so | ||
7 | +*.sqlite | ||
8 | + | ||
9 | +# Distribution / packaging | ||
10 | +.Python | ||
11 | +env/ | ||
12 | +build/ | ||
13 | +develop-eggs/ | ||
14 | +dist/ | ||
15 | +downloads/ | ||
16 | +eggs/ | ||
17 | +lib/ | ||
18 | +lib64/ | ||
19 | +parts/ | ||
20 | +sdist/ | ||
21 | +var/ | ||
22 | +*.egg-info/ | ||
23 | +.installed.cfg | ||
24 | +*.egg | ||
25 | + | ||
26 | +# PyInstaller | ||
27 | +# Usually these files are written by a python script from a template | ||
28 | +# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
29 | +*.manifest | ||
30 | +*.spec | ||
31 | + | ||
32 | +# Installer logs | ||
33 | +pip-log.txt | ||
34 | +pip-delete-this-directory.txt | ||
35 | + | ||
36 | +# Unit test / coverage reports | ||
37 | +htmlcov/ | ||
38 | +.tox/ | ||
39 | +.coverage | ||
40 | +.cache | ||
41 | +nosetests.xml | ||
42 | +coverage.xml | ||
43 | + | ||
44 | +# Translations | ||
45 | +*.mo | ||
46 | +*.pot | ||
47 | + | ||
48 | +# Django stuff: | ||
49 | +*.log | ||
50 | + | ||
51 | +# Sphinx documentation | ||
52 | +docs/_build/ | ||
53 | + | ||
54 | +# PyBuilder | ||
55 | +target/ | ||
56 | +openprocurement/auction/node_modules/ | ||
57 | +openprocurement/auction/static/vendor/ |
Please
register
or
login
to post a comment