Skip to content
Snippets Groups Projects
.gitignore 688 B
Newer Older
vimal1083's avatar
vimal1083 committed
__coverage__/
Todd Dembrey's avatar
Todd Dembrey committed
*.pyc
.DS_Store
*.swp
/venv/
/static/
/media/
/tmp/
/.vagrant/
/Vagrantfile.local
Todd Dembrey's avatar
Todd Dembrey committed
/npm-debug.log
/.idea/
Todd Dembrey's avatar
Todd Dembrey committed

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Compiled language files
*.mo
Shrikrishna Singh's avatar
Shrikrishna Singh committed
.env

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets

# Local History for Visual Studio Code
.history/

# Built Visual Studio Code Extensions
*.vsix