47 строки
566 B
Plaintext
47 строки
566 B
Plaintext
# ---- ignore special files written during config setup
|
|
|
|
core/app_store.yml
|
|
core/install_location.yml
|
|
core/interpreter_*.cfg
|
|
core/pipeline_configuration.yml
|
|
core/shotgun.yml
|
|
tk-metadata
|
|
|
|
|
|
# compiled python files
|
|
*.py[co]
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
#Translations
|
|
*.mo
|
|
|
|
#Mr Developer
|
|
.mr.developer.cfg
|
|
|
|
# Jetbrains Pycharm
|
|
.idea
|
|
venv
|
|
|
|
# PyDev and Eclipse
|
|
.project
|
|
.pydevproject
|