mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
when we switch to the rust compiler by default, mybinder stop working, as reoported in https://github.com/Instagram/LibCST/issues/1054 this is because the binder docker image does not have a rust compiler or tools, this install them by using the apt.txt file Co-authored-by: Alvaro Leiva Geisse <aleivag@meta.com>
23 lines
223 B
Text
23 lines
223 B
Text
*.swp
|
|
*.swo
|
|
*.pyc
|
|
*.pyd
|
|
*.pyo
|
|
*.so
|
|
*.egg-info/
|
|
.eggs/
|
|
.pyre/
|
|
__pycache__/
|
|
.tox/
|
|
docs/build/
|
|
dist/
|
|
docs/source/.ipynb_checkpoints/
|
|
build/
|
|
libcst/_version.py
|
|
.coverage
|
|
.hypothesis/
|
|
.python-version
|
|
target/
|
|
venv/
|
|
.venv/
|
|
.idea/
|