2020-01-20 01:22:05 +00:00
|
|
|
.config/Code/Backups/*
|
|
|
|
.config/Code/*Cache*/*
|
|
|
|
.config/Code/Coo*
|
|
|
|
.config/Code/blob_storage/*
|
|
|
|
.config/Code/logs/*
|
|
|
|
.config/Code/machineid
|
|
|
|
.config/Code/storage.json
|
|
|
|
.config/Code/User/*Storage/*
|
|
|
|
.config/Code/User/Workspaces/*
|
|
|
|
.config/Code/rapid_render.json
|
|
|
|
.config/Code/Network*
|
2020-01-20 16:31:46 +00:00
|
|
|
**/.config/.brightness
|
2019-10-15 15:09:05 +00:00
|
|
|
|
2019-10-15 15:20:18 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
*__pycache__/
|
|
|
|
*.py[cod]
|
2020-01-20 01:22:05 +00:00
|
|
|
*.sw*
|
|
|
|
**/Code/*Cache*/**
|
2019-10-15 15:09:05 +00:00
|
|
|
|
2019-10-15 15:20:18 +00:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Rope
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|