blob: d77fa41c9062c1e10845e4cf993d241448bdd7a2 [file] [log] [blame]
David K. Bainbridgeb5415042016-05-13 17:06:10 -07001# Compiled Object files, Static and Dynamic libs (Shared Objects)
2*.o
3*.a
4*.so
5
6# Folders
7_obj
8_test
9
10# Architecture specific extensions/prefixes
11*.[568vq]
12[568vq].out
13
14*.cgo1.go
15*.cgo2.c
16_cgo_defun.c
17_cgo_gotypes.go
18_cgo_export.*
19
20_testmain.go
21
22*.exe
23*.test
24*.prof
25bin
26src
27maas-flow
28# Byte-compiled / optimized / DLL files
29__pycache__/
30*.py[cod]
31*$py.class
32
33# C extensions
34*.so
35
36# Distribution / packaging
37.Python
38env/
39build/
40develop-eggs/
41dist/
42downloads/
43eggs/
44.eggs/
45lib/
46lib64/
47parts/
48sdist/
49var/
50*.egg-info/
51.installed.cfg
52*.egg
53
54# PyInstaller
55# Usually these files are written by a python script from a template
56# before PyInstaller builds the exe, so as to inject date/other infos into it.
57*.manifest
58*.spec
59
60# Installer logs
61pip-log.txt
62pip-delete-this-directory.txt
63
64# Unit test / coverage reports
65htmlcov/
66.tox/
67.coverage
68.coverage.*
69.cache
70nosetests.xml
71coverage.xml
72*,cover
73.hypothesis/
74
75# Translations
76*.mo
77*.pot
78
79# Django stuff:
80*.log
81
82# Sphinx documentation
83docs/_build/
84
85# PyBuilder
86target/
87
88#Ipython Notebook
89.ipynb_checkpoints