proper module with setup.py
+ 2 bugfixes ("T" and channels)
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -2,3 +2,26 @@
|
||||
/*.txt
|
||||
/tests/format-support-*/
|
||||
/tests/fixtures/tmp_*
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
Reference in New Issue
Block a user