mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
25 lines
237 B
Plaintext
25 lines
237 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 |