| lombardofr | 93770e2 | 2019-08-30 19:37:56 +0200 | [diff] [blame] | 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 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 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 |
| lombardofr | e1ed7b2 | 2018-12-19 17:27:24 +0100 | [diff] [blame] | 26 | .vscode |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 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 | |
| lombardofr | c89a4a0 | 2018-09-02 16:15:25 +0200 | [diff] [blame] | 46 | #uwsgi |
| 47 | *.pid |
| 48 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 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 | |
| lombardofr | e5a130a | 2019-07-15 09:17:59 +0200 | [diff] [blame] | 61 | #npm |
| 62 | static/node_modules |
| 63 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 64 | #migrations |
| 65 | projecthandler/migrations/ |
| lombardofr | 3218b2b | 2018-10-29 13:41:08 +0100 | [diff] [blame] | 66 | descriptorhandler/migrations/ |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 67 | instancehandler/migrations |
| lombardofr | 099364f | 2018-06-12 11:21:02 +0200 | [diff] [blame] | 68 | sdnctrlhandler/migrations |
| lombardofr | 45de6cb | 2018-07-19 15:06:51 +0200 | [diff] [blame] | 69 | authosm/migrations |
| 70 | userhandler/migrations |
| lombardofr | 3fcf21a | 2019-03-11 10:26:08 +0100 | [diff] [blame] | 71 | packagehandler/migrations |
| 72 | netslicehandler/migrations |
| 73 | vimhandler/migrations |
| 74 | wimhandler/migrations |
| garciadeblas | 17f074b | 2018-11-20 17:38:13 +0100 | [diff] [blame] | 75 | |
| 76 | #Deb package |
| 77 | deb_dist/ |
| 78 | dists/ |
| 79 | debian/osm-lightui.install |
| garciadeblas | b0975f5 | 2018-11-29 09:46:31 +0100 | [diff] [blame] | 80 | pool/ |
| garciadeblas | 17f074b | 2018-11-20 17:38:13 +0100 | [diff] [blame] | 81 | |