deemix-py/.gitignore

37 lines
347 B
Plaintext
Raw Permalink 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
2020-05-25 13:45:12 +02:00
/config.py
/test.py
2020-05-25 13:45:12 +02:00
#build files
/build
/*egg-info
2020-11-12 17:02:52 +01:00
updatePyPi.sh
2021-02-28 23:24:04 +01:00
/deezer