2013-09-25 19:45:09 -07:00
|
|
|
*.py[cod]
|
2016-11-07 11:16:51 +01:00
|
|
|
__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
|
|
|
|
|
2020-11-19 15:21:03 +10:30
|
|
|
# environment file
|
|
|
|
.env
|
|
|
|
|
2021-04-12 23:26:42 +09:30
|
|
|
# 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
|
2015-11-02 16:34:34 +01:00
|
|
|
.cache
|
2013-09-25 19:45:09 -07:00
|
|
|
nosetests.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2013-10-08 11:33:51 -06:00
|
|
|
.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
|
2017-06-08 15:25:08 +02:00
|
|
|
|
|
|
|
# Virtualenv
|
2017-10-30 11:30:06 +01:00
|
|
|
env
|
2019-11-10 20:41:39 +01:00
|
|
|
venv
|
2021-04-12 23:26:42 +09:30
|
|
|
*venv
|
2017-06-30 10:22:30 +02:00
|
|
|
.ropeproject
|