blob: 59bb4de5f349bdd331746cc29dc7dce7e3ca2c08 [file] [log] [blame]
alex_sh62fd5be2017-08-24 11:44:59 -04001.vscode/
2.cloudify
3*.swp
4*.swn
5*.swo
6.DS_Store
7.project
8.pydevproject
9venv
10
11
12# Byte-compiled / optimized / DLL files
13__pycache__/
14*.py[cod]
15
16# C extensions
17*.so
18
19# Distribution / packaging
20.Python
21env/
22build/
23develop-eggs/
24dist/
25downloads/
26eggs/
27.eggs/
28lib/
29lib64/
30parts/
31sdist/
32var/
33*.egg-info/
34.installed.cfg
35*.egg
36
37# PyInstaller
38# Usually these files are written by a python script from a template
39# before PyInstaller builds the exe, so as to inject date/other infos into it.
40*.manifest
41*.spec
42
43# Installer logs
44pip-log.txt
45pip-delete-this-directory.txt
46
47# Unit test / coverage reports
48htmlcov/
49.tox/
50.coverage
51.coverage.*
52.cache
53nosetests.xml
54coverage.xml
55*,cover
56
57# Translations
58*.mo
59*.pot
60
61# Django stuff:
62*.log
63
64# Sphinx documentation
65docs/_build/
66
67# PyBuilder
68target/
69
70logs/
Singla, Rajiv (rs153v)eaeba3d2018-07-25 12:04:38 -040071
72
73# Intellij Files & Dir #
74*.iml
75*.ipr
76*.iws
77*.uml
78
79atlassian-ide-plugin.xml
80out/
81.DS_Store
82./lib/
83.idea