Files
helium/.gitignore
Eloston 1a0e163a11 Add timestamp manipulation to domain substitution
Also add preliminary testing code for utils

Fixes #849
2019-11-05 16:07:49 -08:00

14 lines
175 B
Plaintext

# Python files
__pycache__/
*.py[cod]
# Python testing files
.coverage
# Ignore macOS Finder meta
.DS_Store
.tm_properties
# Ignore optional build / cache directory
/build