cloudkitty/.gitignore
Michael Sambol b3cfb530c4 Add .DS_Store to .gitignore
.DS_Store is the name of a file in the Apple OS X operating
system for storing custom attributes of a folder such as the
position of icons or the choice of a background image.

Change-Id: Icfc775a63de6672967b91e0540e13a3a327b5bf8
2015-11-10 23:22:29 -06:00

56 lines
558 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
cloudkitty.egg-info
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.testrepository
.coverage
.cache
nosetests.xml
coverage.xml
cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
doc/build/
# Rope
.ropeproject/
# Others
*.sqlite
*.swp
*.DS_Store