# Ignore build, tests, and venvs
build/*
dist/*
htmlcov/*
venv/*
unconference/_version.py

# Python bytecode:
*.py[co]

# Packaging files:
*.egg*

# Sphinx docs:
build

# SQLite3 database files:
*.db

# Logs:
*.log

# Linux Editors
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
*.swp
*.swo

# Mac
.DS_Store
._*

# Windows
Thumbs.db
Desktop.ini

# Dev tools
.idea

# Ignore local configurations
db.sqlite3

# Node modules
node_modules/

# Coverage
htmlcov/
.coverage
