40 строки
521 B
Plaintext
40 строки
521 B
Plaintext
# Node Artifacts
|
|
node_modules
|
|
javascript/*/src/**/*.js
|
|
javascript/*/lib/
|
|
javascript/*/dist/
|
|
javascript/*/storybook-static/
|
|
javascript/*/docsTemp/
|
|
python/*/site/
|
|
site/
|
|
.swc/
|
|
.turbo/
|
|
|
|
# Test Output
|
|
coverage/
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
licenses.txt
|
|
|
|
# Random
|
|
.DS_Store
|
|
*.log*
|
|
.env
|
|
|
|
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
# Python Artifacts
|
|
.venv/
|
|
__pycache__/
|
|
output/
|
|
python/*/dist/
|
|
|
|
tests/integration |