blob: eebce34e576c76f6028cb1c40b92f775fa524fa7 [file] [log] [blame]
lombardoffb37bca2018-05-03 16:20:04 +02001### Python template
2# Byte-compiled / optimized / DLL files
3__pycache__/
4*.py[cod]
5*$py.class
6
7# Distribution / packaging
8.Python
9env/
10.idea
11db.sqlite3
lombardofre1ed7b22018-12-19 17:27:24 +010012.vscode
lombardoffb37bca2018-05-03 16:20:04 +020013wheelhouse/
14
15.installed.cfg
16
17
18# PyInstaller
19# Usually these files are written by a python script from a template
20# before PyInstaller builds the exe, so as to inject date/other infos into it.
21*.manifest
22*.spec
23
24# Installer logs
25pip-log.txt
26pip-delete-this-directory.txt
27
28
29# Django stuff:
30*.log
31
lombardofrc89a4a02018-09-02 16:15:25 +020032#uwsgi
33*.pid
34
lombardoffb37bca2018-05-03 16:20:04 +020035# Sphinx documentation
36docs/_build/
37
38# PyBuilder
39target/
40
41#MacOS files
42.DS_Store
43
44#Bower
45static/bower_components
46
lombardofre5a130a2019-07-15 09:17:59 +020047#npm
48static/node_modules
49
lombardoffb37bca2018-05-03 16:20:04 +020050#migrations
51projecthandler/migrations/
lombardofr3218b2b2018-10-29 13:41:08 +010052descriptorhandler/migrations/
lombardoffb37bca2018-05-03 16:20:04 +020053instancehandler/migrations
lombardofr099364f2018-06-12 11:21:02 +020054sdnctrlhandler/migrations
lombardofr45de6cb2018-07-19 15:06:51 +020055authosm/migrations
56userhandler/migrations
lombardofr3fcf21a2019-03-11 10:26:08 +010057packagehandler/migrations
58netslicehandler/migrations
59vimhandler/migrations
60wimhandler/migrations
garciadeblas17f074b2018-11-20 17:38:13 +010061
62#Deb package
63deb_dist/
64dists/
65debian/osm-lightui.install
garciadeblasb0975f52018-11-29 09:46:31 +010066pool/
garciadeblas17f074b2018-11-20 17:38:13 +010067