This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
aiosocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Extended .gitignore
main
nibrag
8 years ago
parent
f205cbe41b
commit
4ffb3a894b
1 changed files
with
37 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save