Skip to content

Commit

Permalink
initialize rattler-build python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 27, 2024
1 parent 1bbfa54 commit 4b8d7f5
Show file tree
Hide file tree
Showing 9 changed files with 12,751 additions and 0 deletions.
78 changes: 78 additions & 0 deletions py-rattler-build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
/target
!Cargo.lock
!pixi.lock

# 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/

# MkDocs build
site/

# PyCharm
.idea/

# VSCode
.vscode/

# Pyenv
.python-version
.ruff_cache
Loading

0 comments on commit 4b8d7f5

Please sign in to comment.