gns3-server/.gitignore

70 lines
603 B
Plaintext
Raw Normal View History

2013-09-25 19:45:09 -07:00
*.py[cod]
__pycache__
2018-02-21 10:27:01 +01:00
.pytest_cache
2013-09-25 19:45:09 -07:00
2015-12-16 14:48:03 +01:00
#py.test
.cache
# environment file
.env
# hypothesis files
.hypothesis
2013-09-25 19:45:09 -07:00
# 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
2015-10-14 18:10:05 +02:00
.coverage*
2013-09-25 19:45:09 -07:00
.tox
.cache
2013-09-25 19:45:09 -07:00
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.settings
2018-05-04 14:34:44 +02:00
.vscode
2014-05-06 10:11:14 -06:00
2014-10-14 13:55:17 -06:00
# Pycharm
.idea
2014-05-06 10:11:14 -06:00
# Gedit Backup Files
*~
2015-01-14 12:32:56 +01:00
#Documentation build
docs/_build
2015-01-20 20:11:39 +01:00
#VPCS
vpcs.hist
2015-01-21 16:43:34 +01:00
startup.vpcs
2016-09-01 13:45:56 +02:00
.gns3_shell_history
# Virtualenv
2017-10-30 11:30:06 +01:00
env
venv
*venv
.ropeproject