Files
helium/.gitignore

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