Fix bug 1262 - Updated requirements to use mysqlclient
[osm/LW-UI.git] / .gitignore
1 #   Copyright 2019 EveryUP Srl
2 #
3 #   Licensed under the Apache License, Version 2.0 (the "License");
4 #   you may not use this file except in compliance with the License.
5 #   You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #   Unless required by applicable law or agreed to in writing, software
10 #   distributed under the License is distributed on an  BASIS,
11 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #   See the License for the specific language governing permissions and
13 #   limitations under the License.
14
15 ### Python template
16 # Byte-compiled / optimized / DLL files
17 __pycache__/
18 *.py[cod]
19 *$py.class
20
21 # Distribution / packaging
22 .Python
23 env/
24 .idea
25 db.sqlite3
26 .vscode
27 wheelhouse/
28
29 .installed.cfg
30
31
32 # PyInstaller
33 #  Usually these files are written by a python script from a template
34 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
35 *.manifest
36 *.spec
37
38 # Installer logs
39 pip-log.txt
40 pip-delete-this-directory.txt
41
42
43 # Django stuff:
44 *.log
45
46 #uwsgi
47 *.pid
48
49 # Sphinx documentation
50 docs/_build/
51
52 # PyBuilder
53 target/
54
55 #MacOS files
56 .DS_Store
57
58 #Bower
59 static/bower_components
60
61 #npm
62 static/node_modules
63
64 #migrations
65 projecthandler/migrations/
66 descriptorhandler/migrations/
67 instancehandler/migrations
68 sdnctrlhandler/migrations
69 authosm/migrations
70 userhandler/migrations
71 packagehandler/migrations
72 netslicehandler/migrations
73 vimhandler/migrations
74 wimhandler/migrations
75
76 #Deb package
77 deb_dist/
78 dists/
79 debian/osm-lightui.install
80 pool/
81