added gitignore

This commit is contained in:
Roberto Tonino 2020-05-25 22:21:24 +02:00
parent 06868b3d45
commit 7695632a67
1 changed files with 32 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
__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
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Private configs
/config.py