mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-01 05:10:26 +00:00
63 lines
540 B
Plaintext
63 lines
540 B
Plaintext
*.py[cod]
|
|
__pycache__
|
|
.pytest_cache
|
|
|
|
#py.test
|
|
.cache
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.coverage*
|
|
.tox
|
|
.cache
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.vscode
|
|
|
|
# Pycharm
|
|
.idea
|
|
|
|
# Gedit Backup Files
|
|
*~
|
|
|
|
#Documentation build
|
|
docs/_build
|
|
|
|
#VPCS
|
|
vpcs.hist
|
|
startup.vpcs
|
|
.gns3_shell_history
|
|
|
|
# Virtualenv
|
|
env
|
|
venv
|
|
.ropeproject
|