added gitignore
This commit is contained in:
parent
06868b3d45
commit
7695632a67
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user