32 lines
382 B
Plaintext
32 lines
382 B
Plaintext
Dockerfile
|
|
|
|
**/*.pyc
|
|
**/__pycache__/
|
|
**/.vscode/**
|
|
**/.vscode/
|
|
**/.mypy_cache/**
|
|
**/.mypy_cache/
|
|
|
|
**/node_modules
|
|
**/.pnp
|
|
**/.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
/build/
|
|
/build/**
|
|
/node_modules/
|
|
|
|
# misc
|
|
**/.DS_Store
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
|