# Compiled files
*.py[co]
*.a
*.o
*.so
__pycache__

# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
*.c

# Other generated files

# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz

# Other
.tox
.*.swp
*~
.coverage
cover

# Mac OSX
.DS_Store

# Ignore the Local directory
Local/*
# Except the __init__.py file
!Local/__init__.py

*.sublime-project

*.sublime-workspace
