2020-02-16 18:32:10 +01:00
|
|
|
__pycache__
|
|
|
|
*/__pycache__
|
2020-04-15 20:01:53 +02:00
|
|
|
|
|
|
|
.DS_Store
|
2020-04-21 22:20:19 +02:00
|
|
|
node_modules
|
2020-04-15 20:01:53 +02:00
|
|
|
/dist
|
|
|
|
|
|
|
|
# local env files
|
2020-05-23 17:38:50 +02:00
|
|
|
/env/
|
2020-04-17 13:31:59 +03:00
|
|
|
/venv/
|
2020-04-15 20:01:53 +02:00
|
|
|
.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 13:31:59 +03:00
|
|
|
*.sw?
|
2020-04-22 12:29:50 +03:00
|
|
|
|
|
|
|
# Private configs
|
2020-05-25 13:45:12 +02:00
|
|
|
/config.py
|
2020-09-18 16:02:36 +02:00
|
|
|
/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
|