Skip to content

Commit

Permalink
Importing from Odds-And-Ends
Browse files Browse the repository at this point in the history
* Mainly a re-release from v1.01 to a separate repository
* Includes some minor updates
* Moving a totally separate repository to allow easier managing of
repository tags.
  • Loading branch information
bschollnick committed Mar 20, 2015
1 parent abb077f commit b5c64bd
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/


scandir.py

.DS_Store
Loading

0 comments on commit b5c64bd

Please sign in to comment.