# ================================================================
# MacOS does this
# ================================================================
*DS_Store

# ================================================================
# Jupyter notebooks for testing
# ================================================================
*.ipynb_checkpoints*
**/.ipynb_checkpoints/
src/hgtd_tools/assets/.ipynb_checkpoints/__init__-checkpoint.py
.virtual_documents*
*.ipynb

# ================================================================
# Development, local only, envs
# ================================================================
__pycache__*
node-server*
app/*
dist/*
.venv*
.vscode*

# ================================================================
# Generated static webpage files (e.g. mkdocs, zensical)
# ================================================================
public/
site/

# ================================================================
# Huge binary files
# ================================================================
*.mov
*.numbers
*.pages
*.pdf
*.png
*.json
*.csv

# ================================================================
# Local docker_tag must not be committed
# ================================================================
docker_tag.txt
version.txt

# ================================================================
# API stuff
# ================================================================
config_api
*config_api*
*/config_api

# ================================================================
# Names of testing dirs and local files, reporting output
# ================================================================
208FMA05*
SixModuleBoardTest8Lug*
analysis/*
# note that the local files that are already checked are useful
# just to make sure no new files make it in accidentally
local/*
local_info/*
archived/*
output_invalid.txt
validation*.md
pairings*.md
MOVED*

# ================================================================
# Other files that should not be committed
# ================================================================
*asetup*
