gitignore and init.py files

This commit is contained in:
Tiago Pestana 2020-09-16 20:04:43 +02:00
parent 1602ff1443
commit c75092dfc7
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*__pycache__

View File

@ -0,0 +1 @@
from .ibmppp import *

1
python/ucf/__init__.py Normal file
View File

@ -0,0 +1 @@
from .ucf import *