# virtualenv
.venv
venv

# Packaging
build
dist
*.egg-info

# sqlite DB
db.sqlite3
*.db

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

# Site media
/data/

# Settings
/sandbox/settings/local.py

# Unit test / coverage reports
htmlcov/
.coverage
.cache
.pytest_cache
nosetests.xml
coverage.xml

# Temp files
*~
.~lock*

# Swap files
*.sw[po]

# JS dependencies
node_modules

# SASS
.sass-cache

# logs
yarn-error.log

# Exported strings & generated translation templates
*.pot

# Tests
.tox
