# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# -------------------------------------------------
# OS files
# -------------------------------------------------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# -------------------------------------------------
# Logs and databases
# -------------------------------------------------
logs
*.log
npm-debug.log*
*.sql
*.sqlite3

# -------------------------------------------------
# Runtime data and caches
# -------------------------------------------------
pids
*.pid
*.seed
*.pyc
*.pyo
*.pot

# -------------------------------------------------
# Instrumentation and tooling
# -------------------------------------------------
lib-cov
coverage
.coverage
.grunt
.bundle
.eslintcache
docs/pattern-library/index.html
webpack-stats.json
source-map-explorer.html

# -------------------------------------------------
# Dependency directories
# -------------------------------------------------
node_modules*
python_modules*
bower_components
.venv
venv
$virtualenv.tar.gz
$node_modules.tar.gz

# -------------------------------------------------
# Users Environment
# -------------------------------------------------
.lock-wscript
.idea
.installed.cfg
.vagrant
.anaconda
Vagrantfile.local
/local
local.py
*.sublime-project
*.sublime-workspace
.vscode

# -------------------------------------------------
# Generated files
# -------------------------------------------------
dist
build
/var/static/
/var/media/
/docs/_build/
develop-eggs
*.egg-info
downloads
media
eggs
parts
lib64
.sass-cache
.cache

# -------------------------------------------------
# Your own project's ignores
# -------------------------------------------------

.env
webpack-stats.html

# jest-image-snapshot diffs
__diff_output__

public/*.css
public/*.map
public/*.html
!public/index.html
public/*.js
public/storybook
public/package.txt
public/benchmark.txt
public/size.txt
storybook-static
