1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4*$py.class
5
6# Virtualenv
7py3env/
8
9# C extensions
10*.so
11
12# Distribution / packaging
13.Python
14env/
15build/
16develop-eggs/
17dist/
18downloads/
19eggs/
20lib/
21lib64/
22parts/
23sdist/
24var/
25*.egg-info/
26.installed.cfg
27*.egg
28
29# PyCharm
30.idea/
31.idea_modules/
32
33# PyInstaller
34#  Usually these files are written by a python script from a template
35#  before PyInstaller builds the exe, so as to inject date/other infos into it.
36*.manifest
37*.spec
38
39# Installer logs
40pip-log.txt
41pip-delete-this-directory.txt
42
43# Unit test / coverage reports
44htmlcov/
45.tox/
46.coverage
47.cache
48nosetests.xml
49coverage.xml
50
51# Translations
52*.mo
53*.pot
54
55# Django stuff:
56*.log
57
58# Sphinx documentation
59docs/_build/
60
61# PyBuilder
62target/
63
64waagentc
65*.pyproj
66*.sln
67*.suo
68
69waagentc
70bin/waagent2.0c
71
72# rope project
73.ropeproject/
74
75# mac osx specific files
76.DS_Store
77
78### VirtualEnv template
79# Virtualenv
80# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
81.Python
82pyvenv.cfg
83.venv
84pip-selfcheck.json
85
86# virtualenv
87venv/
88ENV/
89
90# dotenv
91.env
92
93# pyenv
94.python-version
95.vscode/
96