46 строки
490 B
Plaintext
46 строки
490 B
Plaintext
# Ignoring the folloging files auto generated by Unity
|
|
*.DS_Store
|
|
*.idea
|
|
*.csproj
|
|
*.sln
|
|
*.user
|
|
*Library
|
|
*Logs
|
|
*Temp
|
|
*obj
|
|
.pytest_cache
|
|
*__pycache__
|
|
|
|
# Mac hidden files
|
|
*.DS_Store
|
|
*/.ipynb_checkpoints
|
|
*/.idea
|
|
*.pyc
|
|
*.idea/misc.xml
|
|
*.idea/modules.xml
|
|
*.idea/
|
|
*.iml
|
|
*.cache
|
|
*/build/
|
|
*/dist/
|
|
*.egg-info*
|
|
*.eggs*
|
|
*.gitignore.swp
|
|
|
|
# Output Artifacts
|
|
/results
|
|
/results.meta
|
|
|
|
# precommit
|
|
.mypy_cache
|
|
.pre-commit-config.yaml
|
|
.pylintrc
|
|
.vscode
|
|
setup.cfg
|
|
setup.cfg.meta
|
|
|
|
# API files
|
|
*.api
|
|
*.api.meta
|
|
|