mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
37 lines
335 B
Plaintext
37 lines
335 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
|
|
tablib.egg-info/*
|
|
|
|
# Coverage
|
|
.coverage
|
|
htmlcov
|