# mkdocs generated site
site

# pycache 
__pycache__/

# coverage
.coverage 
coverage.json
htmlcov/

# pytest 
htmltest/

# environment API keys
.env
.venv/

# build artifacts 
**/.catalog/
*.db

# dev tests
**/test.py

# autogenerated files 
imas_standard_names/grammar/model_types.py
imas_standard_names/grammar/constants.py
imas_standard_names/grammar/tag_types.py
imas_standard_names/grammar/field_schemas.py
