You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
- htmlcov
- .trash
-
- .pytest_cache/
- # Distribution / packaging
- bin/
- develop-eggs/
- dist/
- eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- *.egg-info/
- .installed.cfg
- *.egg
-
- # Installer logs
- pip-log.txt
- pip-delete-this-directory.txt
-
- # Editors/IDEs
- .idea/
- *.sublime-*
- *.swp
- *.save
- # test file
- .coverage
-
- .cache
-
-
- # project wide git ignore
-
- # Compiled artifacts
- *.so
- *.whl
-
- # Python backup files
- *.pyc
-
- # Emacs backup files
- *~
- *#
- .#*
-
- # Vim file artifacts
- .*.sw*
-
- # Makefile dummy artifacts
- .*-dummy
-
- # log files
- *.log
-
- # code coverage
- *.cov
-
- # Test result xml files
- report.xml
- *.pprof
- results.xml
- TESTS*.xml
-
- # local project settings
- .settings
- .project
- .gradle
- .idea
-
- # tox
- .tox/
-
- # vscode settings
- .vscode
-
-
- # OS files
- *.DS_Store
-
- package-lock.json
-
- build/*
- !build/scripts
- !build/build.sh
-
- output/
- !output/README.md
-
- mindinsight/ui/public/static/js/graphvizlib.wasm
|