2022-03-21 04:25:01 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
2013-06-22 01:00:52 +00:00
|
|
|
*.so
|
2022-03-21 04:25:01 +00:00
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
cover/
|
|
|
|
|
|
|
|
# Translations
|
2013-06-22 01:00:52 +00:00
|
|
|
*.mo
|
2022-03-21 04:25:01 +00:00
|
|
|
#*.pot
|
2013-06-22 01:00:52 +00:00
|
|
|
|
2022-03-21 04:25:01 +00:00
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
|
|
__pypackages__/
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env*/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
|
|
|
|
# pytype static type analyzer
|
|
|
|
.pytype/
|
|
|
|
|
|
|
|
# Cython debug symbols
|
|
|
|
cython_debug/
|
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode/*
|
2022-03-22 03:18:22 +00:00
|
|
|
!.vscode/settings.json
|
2022-03-21 04:25:01 +00:00
|
|
|
#!.vscode/tasks.json
|
|
|
|
#!.vscode/launch.json
|
2022-03-22 03:27:16 +00:00
|
|
|
!.vscode/extensions.json
|
|
|
|
!.vscode/*.code-snippets
|
2022-03-21 04:25:01 +00:00
|
|
|
|
|
|
|
# Local History for Visual Studio Code
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# Built Visual Studio Code Extensions
|
|
|
|
*.vsix
|
|
|
|
|
|
|
|
# dupeGuru Specific
|
2016-06-01 01:59:31 +00:00
|
|
|
/qt/*_rc.py
|
2013-06-22 01:00:52 +00:00
|
|
|
/help/*/conf.py
|
|
|
|
/help/*/changelog.rst
|
2022-03-21 04:25:01 +00:00
|
|
|
cocoa/autogen
|
|
|
|
/cocoa/*/Info.plist
|
|
|
|
/cocoa/*/build
|
2020-07-02 20:49:45 +00:00
|
|
|
|
2022-03-21 04:25:01 +00:00
|
|
|
*.waf*
|
|
|
|
.lock-waf*
|
|
|
|
/tags
|