Skip to content

Commit

Permalink
refactor python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Jan 25, 2024
1 parent 0519dd7 commit bc1c051
Show file tree
Hide file tree
Showing 21 changed files with 5,756 additions and 1,689 deletions.
73 changes: 2 additions & 71 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,72 +1,3 @@
/target

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
.venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
include/
man/
venv/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-selfcheck.json

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

.DS_Store

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VSCode
.vscode/

# Pyenv
.python-version
target/
docker/
Loading

0 comments on commit bc1c051

Please sign in to comment.