**/_version.py
*.pyc
.idea
Vagrantfile
htmlcov_*
coverage_*.xml
.venv*
.coverage

*.gem
*.rbc
.bundle
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
*.DS_STORE
build/
.cache
.vagrant
.sass-cache

POTCAR*
# YARD artifacts
.yardoc
_yardoc
doc/
*.idea/
*.html
# `!src/html/*.html` alone re-includes only the top level, which silently dropped
# src/html/map/index.html from every commit. `**` covers subdirectories too.
!src/html/**/*.html
node_modules/

# 'compiled' json files with inclusions and references resolved
compiled/
lib/
.tests

# Virtual environment
.virtualenv

.test/
*.egg-info/
*.py[cod]

dist/
*.tgz

.npmignore
.nyc_output
.eslintcache

.husky/*
!.husky/pre-commit

schemas.js
schema.js

# Static assets, if any
site

src/js/types.ts

.python-version

