Poodletooth-iLand/.gitignore

26 lines
203 B
Text
Raw Normal View History

2015-05-05 10:13:10 -05:00
# Python artifacts
2015-03-03 16:10:12 -06:00
*.pyc
2015-05-31 15:08:46 -05:00
*.pyo
2015-03-03 16:10:12 -06:00
2015-05-29 05:21:29 -05:00
# Batch
*.bat
2015-03-03 16:10:12 -06:00
# PyCharm
.idea
2015-05-05 10:13:10 -05:00
# Mac directory info
2015-03-03 16:10:12 -06:00
.DS_Store
2015-05-05 10:13:10 -05:00
# Shortcuts
*.lnk
2015-05-05 10:13:10 -05:00
# Git
2015-05-31 15:08:46 -05:00
*.rej
# Local config
dependencies/config/local.prc
2015-07-31 06:45:00 -05:00
# PyMongo
bson
gridfs
pymongo