prasunsrivastava
Added the app files with the fist version.
bd9a582
raw
history blame
363 Bytes
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.venv
venv
env
pip-log.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
# Node
node_modules
npm-debug.log
build
# Development
.git
.gitignore
.env.local
.env.development.local
.env.test.local
.env.production.local
# But allow the root .env file
!.env
# IDE
.idea
.vscode
*.swp
*.swo