deemix-py/.gitignore

39 lines
356 B
Plaintext
Raw Normal View History

2020-02-16 18:32:10 +01:00
__pycache__
*/__pycache__
.DS_Store
node_modules
/dist
# local env files
2020-05-23 17:38:50 +02:00
/env/
2020-04-17 12:31:59 +02:00
/venv/
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
2020-04-17 12:31:59 +02:00
*.sw?
2020-04-22 11:29:50 +02:00
# Private configs
2021-07-16 15:05:18 +02:00
config.py
test.py
config
2020-05-25 13:45:12 +02:00
#build files
2021-07-16 15:05:18 +02:00
build
*egg-info
updatePyPi.sh
deezer
2021-12-21 12:40:35 +01:00
.cache