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