92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
# Byte-compiled / optimized / DLL files[1](@ref)[3](@ref)[8](@ref)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pyc
|
|
*.so
|
|
|
|
# PyInstaller distribution / packaging[1](@ref)[3](@ref)[8](@ref)
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller specific files[1](@ref)[3](@ref)[8](@ref)
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs[1](@ref)[3](@ref)[8](@ref)
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports[1](@ref)[3](@ref)[8](@ref)
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# Virtual environments[1](@ref)[2](@ref)[7](@ref)
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# macOS specific files[1](@ref)[2](@ref)[6](@ref)
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# IDE and editor files[1](@ref)[4](@ref)[6](@ref)
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.ropeproject
|
|
.spyderproject
|
|
.spyproject
|
|
|
|
# Other common files
|
|
*.log
|
|
*.tmp
|
|
*.bak
|