2020-05-25 20:21:24 +00:00
|
|
|
__pycache__
|
|
|
|
*/__pycache__
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# pyinstaller build dirs
|
|
|
|
/dist
|
|
|
|
/build
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
/env/
|
|
|
|
/venv/
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
2020-11-02 11:25:08 +00:00
|
|
|
# .vscode
|
2020-05-25 20:21:24 +00:00
|
|
|
.idea
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
|
|
|
|
|
|
|
# Private configs
|
|
|
|
/config.py
|
2021-05-05 18:58:50 +00:00
|
|
|
tailwind.config.full.js
|
2021-07-27 10:48:40 +00:00
|
|
|
|
|
|
|
# development
|
|
|
|
*.map
|