mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
17 lines
226 B
Plaintext
17 lines
226 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
|
|
|
|
# Ignore generated resources
|
|
/resources/generated
|