Adding general .gitignore file.
This provides blocking for most temporary and python-specific files.develop
parent
7493c64c9b
commit
ed2be0e297
|
@ -0,0 +1,14 @@
|
||||||
|
# Temporary files.
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
.coverage
|
||||||
|
|
||||||
|
# Build remnants.
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
_build
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
# Auto-generated files.
|
||||||
|
MANIFEST
|
Loading…
Reference in New Issue