blob: c1d5de2b8b1bd065960af56f4c2c7eb706b3d479 [file] [log] [blame]
lombardofr93770e22019-08-30 19:37:56 +02001# 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
lombardoffb37bca2018-05-03 16:20:04 +020015### Python template
16# Byte-compiled / optimized / DLL files
17__pycache__/
18*.py[cod]
19*$py.class
20
21# Distribution / packaging
22.Python
23env/
24.idea
25db.sqlite3
lombardofre1ed7b22018-12-19 17:27:24 +010026.vscode
lombardoffb37bca2018-05-03 16:20:04 +020027wheelhouse/
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
39pip-log.txt
40pip-delete-this-directory.txt
41
42
43# Django stuff:
44*.log
45
lombardofrc89a4a02018-09-02 16:15:25 +020046#uwsgi
47*.pid
48
lombardoffb37bca2018-05-03 16:20:04 +020049# Sphinx documentation
50docs/_build/
51
52# PyBuilder
53target/
54
55#MacOS files
56.DS_Store
57
58#Bower
59static/bower_components
60
lombardofre5a130a2019-07-15 09:17:59 +020061#npm
62static/node_modules
63
lombardoffb37bca2018-05-03 16:20:04 +020064#migrations
65projecthandler/migrations/
lombardofr3218b2b2018-10-29 13:41:08 +010066descriptorhandler/migrations/
lombardoffb37bca2018-05-03 16:20:04 +020067instancehandler/migrations
lombardofr099364f2018-06-12 11:21:02 +020068sdnctrlhandler/migrations
lombardofr45de6cb2018-07-19 15:06:51 +020069authosm/migrations
70userhandler/migrations
lombardofr3fcf21a2019-03-11 10:26:08 +010071packagehandler/migrations
72netslicehandler/migrations
73vimhandler/migrations
74wimhandler/migrations
garciadeblas17f074b2018-11-20 17:38:13 +010075
76#Deb package
77deb_dist/
78dists/
79debian/osm-lightui.install
garciadeblasb0975f52018-11-29 09:46:31 +010080pool/
garciadeblas17f074b2018-11-20 17:38:13 +010081