blob: 06fb94303b20a81e576edbb16a225302d33da90e [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
12.idea
13wheelhouse/
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
32# Sphinx documentation
33docs/_build/
34
35# PyBuilder
36target/
37
38#MacOS files
39.DS_Store
40
41#Bower
42static/bower_components
43
44#migrations
45projecthandler/migrations/
46sf_user/migrations/
47instancehandler/migrations