### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# virtualenv
/env/

# Distribution / packaging
.Python
build/
dist/
eggs/
.eggs/
lib/
lib64/
sdist/
*.egg-info/
.installed.cfg
*.egg

# Sphinx documentation
docs/_build/

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio

*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

## File-based project format:
*.ipr
*.iws

### Node template
# Logs
logs
*.log
npm-debug.log*

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

# Fabric script
/fabfile.py

# gettext binary files
*.mo

### Smilepack stuff
/local_settings.py
/local/
/media/
/smilepack/manifest.json
/smilepack/public
/database.sqlite3
