mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
29 lines
424 B
Text
29 lines
424 B
Text
# Created by .ignore support plugin (hsz.mobi)
|
|
### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Documentation
|
|
###############
|
|
/docs/build
|
|
|
|
# Editor backup files #
|
|
#######################
|
|
*~
|
|
|
|
# Unit test / coverage reports
|
|
##############################
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
/coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|