py-code-analyzer / pyvis /.gitignore
cyyeh's picture
update
1480ae6
raw
history blame
315 Bytes
# binaries
*.pyc
.cache/
.coverage
# notebook checkpoints
.ipynb_checkpoints/
notebooks/.ipynb_checkpoints
# test related
.pytest_cache/
pyvis/test.py
# local files
pyvis/full_graph.txt
pyvis/source/stormofswords.csv
# package details
pyvis.egg-info/
build/
dist/
pyvis/make.bat
# vscode specific
.vscode/
venv