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