Files
tablib/.gitignore
T
Dylan Verheul 91d3299280 Fix date and datetime export to JSON in Python versions with a json package
Python without a json package will use omnijson and fail on date and datetime objects.
Added unit tests.
2016-11-30 12:32:47 +01:00

32 lines
287 B
Plaintext

# application builds
build/*
dist/*
MANIFEST
# python skin
*.pyc
*.pyo
# osx noise
.DS_Store
profile
# pycharm noise
.idea
.idea/*
# vi noise
*.swp
docs/_build/*
coverage.xml
nosetests.xml
junit-py25.xml
junit-py26.xml
junit-py27.xml
# tox noise
.tox
# pyenv noise
.python-version