mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
added gitignore
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# application builds
|
||||
build/*
|
||||
dist/*
|
||||
|
||||
# python skin
|
||||
.pyc
|
||||
.pyo
|
||||
|
||||
# osx noise
|
||||
.DS_Store
|
||||
profile
|
||||
|
||||
# pycharm noise
|
||||
.idea.idea
|
||||
.idea/dictionaries
|
||||
.idea/workspace.xml
|
||||
Reference in New Issue
Block a user