Browse Source

Extended .gitignore

main
nibrag 8 years ago
parent
commit
4ffb3a894b
1 changed files with 37 additions and 7 deletions
  1. +37
    -7
      .gitignore

+ 37
- 7
.gitignore View File

@@ -1,10 +1,40 @@
__pycache__/
*.py[cod]
*.pyc
.idea/
.coverage
.coverage.*
*.bak
*.egg
*.egg-info
*.eggs
*.tar.gz
*.pyc
*.pyd
*.pyo
*.so
*.tar.gz
*~
.DS_Store
.Python
.cache
.coverage
.coverage.*
.idea
.installed.cfg
.noseids
.tox
.vimrc
bin
build
cover
coverage
develop-eggs
dist
docs/_build/
eggs
include/
lib/
man/
nosetests.xml
parts
pyvenv
sources
var/*
venv
virtualenv.py
.install-deps
.develop

Loading…
Cancel
Save