mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 08:24:04 +09:00
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
|