deezer-py/.gitignore

36 lines
339 B
Plaintext
Raw Normal View History

2020-11-12 15:55:24 +00:00
__pycache__
*/__pycache__
.DS_Store
2020-11-12 16:06:41 +00:00
node_modules
/dist
2020-11-12 15:55:24 +00:00
# local env files
/env/
/venv/
.env.local
.env.*.local
2020-11-12 16:06:41 +00:00
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Private configs
/config.py
/test.py
2020-11-12 15:55:24 +00:00
#build files
/build
2020-11-12 16:06:41 +00:00
/*egg-info
2020-11-12 16:02:38 +00:00
updatePyPi.sh