mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 10:27:36 -04:00
Yeah, korlib was a bit faster than this implementation, but, honestly, having a second python module made life more difficult than it needed to be. This fixes that.
34 lines
300 B
Plaintext
34 lines
300 B
Plaintext
*.py[co]
|
|
__pycache__
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
|
|
# IDE Stuff
|
|
*.komodoproject
|
|
*.project
|
|
*.pydevproject
|