# Ignore python compiled files
*.py[co]
# Ignore eggs
*.egg-info
dist
# Ignore backups
*~
.*.swp
\#*
# Ignore buildout
bin
parts
eggs
develop-eggs
.installed.cfg
test-cache