1## PySide2
2/pyside*_build
3/pyside*_install
4/PySide
5/PySide-*.*.*
6/SciTE.*
7/pysideuic
8
9distribute-*.egg
10distribute-*.tar.gz
11explore2
12build_history/2*
13
14*.qdocconf
15*.qdocconf.in
16
17*.egg-info
18*.pyc
19
20## C++
21
22# Prerequisites
23*.d
24
25# Compiled Object files
26*.slo
27*.lo
28*.o
29*.obj
30
31# Precompiled Headers
32*.gch
33*.pch
34
35# Compiled Dynamic libraries
36*.so
37*.dylib
38*.dll
39
40# Fortran module files
41*.mod
42*.smod
43
44# Compiled Static libraries
45*.lai
46*.la
47*.a
48*.lib
49
50# Executables
51*.exe
52*.out
53*.app
54
55##  Python
56# Byte-compiled / optimized / DLL files
57__pycache__/
58*.py[cod]
59*$py.class
60
61# C extensions
62*.so
63
64# Distribution / packaging
65.Python
66build/
67develop-eggs/
68#dist/ # we place the changelogs here
69downloads/
70eggs/
71.eggs/
72/lib/
73lib64/
74parts/
75sdist/
76var/
77wheels/
78pip-wheel-metadata/
79share/python-wheels/
80*.egg-info/
81.installed.cfg
82*.egg
83MANIFEST
84
85# PyInstaller
86*.manifest
87*.spec
88
89# Installer logs
90pip-log.txt
91pip-delete-this-directory.txt
92
93# Translations
94*.mo
95*.pot
96
97# Sphinx documentation
98docs/_build/
99
100# PyBuilder
101target/
102
103# Jupyter Notebook
104.ipynb_checkpoints
105
106# IPython
107profile_default/
108ipython_config.py
109
110# pyenv
111.python-version
112
113# pipenv
114#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
115#   However, in case of collaboration, if having platform-specific dependencies or dependencies
116#   having no cross-platform support, pipenv may install dependencies that don’t work, or not
117#   install all needed dependencies.
118#Pipfile.lock
119
120# Environments
121.env
122.venv
123env/
124venv/
125ENV/
126env.bak/
127venv.bak/
128
129# Spyder project settings
130.spyderproject
131.spyproject
132
133# mkdocs documentation
134/site
135
136# mypy
137.mypy_cache/
138.dmypy.json
139dmypy.json
140
141## CMake
142CMakeLists.txt.user
143CMakeCache.txt
144CMakeFiles
145CMakeScripts
146#Testing    Conflicts with the testing directory
147Makefile
148cmake_install.cmake
149install_manifest.txt
150compile_commands.json
151CTestTestfile.cmake
152_deps
153