mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
1a0e163a11
Also add preliminary testing code for utils Fixes #849
14 lines
175 B
Plaintext
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
|