| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 1 | ### Python template |
| 2 | # Byte-compiled / optimized / DLL files |
| 3 | __pycache__/ |
| 4 | *.py[cod] |
| 5 | *$py.class |
| 6 | |
| 7 | # Distribution / packaging |
| 8 | .Python |
| 9 | env/ |
| 10 | .idea |
| 11 | db.sqlite3 |
| 12 | .idea |
| 13 | wheelhouse/ |
| 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 |
| 25 | pip-log.txt |
| 26 | pip-delete-this-directory.txt |
| 27 | |
| 28 | |
| 29 | # Django stuff: |
| 30 | *.log |
| 31 | |
| lombardofr | c89a4a0 | 2018-09-02 16:15:25 +0200 | [diff] [blame] | 32 | #uwsgi |
| 33 | *.pid |
| 34 | |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 35 | # Sphinx documentation |
| 36 | docs/_build/ |
| 37 | |
| 38 | # PyBuilder |
| 39 | target/ |
| 40 | |
| 41 | #MacOS files |
| 42 | .DS_Store |
| 43 | |
| 44 | #Bower |
| 45 | static/bower_components |
| 46 | |
| 47 | #migrations |
| 48 | projecthandler/migrations/ |
| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 49 | instancehandler/migrations |
| lombardofr | 099364f | 2018-06-12 11:21:02 +0200 | [diff] [blame] | 50 | sdnctrlhandler/migrations |
| lombardofr | 45de6cb | 2018-07-19 15:06:51 +0200 | [diff] [blame] | 51 | authosm/migrations |
| 52 | userhandler/migrations |