229c2aa079
* add pipinstall script and append py_modules to PYTHONPATH allows dependent python modules to be installed * separate build_frontend and pip_install * use prepare script for installing python modules * use pip3 instead of pip * always create requirements.txt, even if empty
47 lines
383 B
Text
47 lines
383 B
Text
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.swp
|
|
|
|
pids
|
|
logs
|
|
results
|
|
tmp
|
|
|
|
# Coverage reports
|
|
coverage
|
|
|
|
# API keys and secrets
|
|
.env
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
bower_components
|
|
py_modules
|
|
|
|
# Editors
|
|
.idea
|
|
*.iml
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore built ts files
|
|
dist/
|
|
|
|
__pycache__/
|
|
|
|
/.yalc
|
|
yalc.lock
|
|
|
|
.vscode/settings.json
|
|
|
|
# Ignore output folder
|
|
|
|
backend/out
|