2012-04-04 14:44:12 +04:00
|
|
|
*~
|
|
|
|
*.py[co]
|
2012-03-14 01:32:22 +04:00
|
|
|
|
2012-04-04 14:44:12 +04:00
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
2012-12-14 17:59:46 +04:00
|
|
|
|
2019-10-31 13:47:02 +03:00
|
|
|
# Eclipse and other IDE
|
|
|
|
.idea
|
2012-12-14 17:59:46 +04:00
|
|
|
*.pydevproject
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
bin/**
|
|
|
|
tmp/**
|
|
|
|
tmp/**/*
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
2013-12-20 16:21:02 +04:00
|
|
|
|
|
|
|
# ctags
|
|
|
|
.tags*
|
2014-03-27 22:55:41 +04:00
|
|
|
|
2014-06-08 22:44:49 +04:00
|
|
|
# Sphinx
|
|
|
|
_build
|
2014-10-03 00:13:48 +04:00
|
|
|
|
|
|
|
# Tox
|
|
|
|
.tox/
|
2016-08-04 07:53:05 +03:00
|
|
|
|
|
|
|
# web ui
|
|
|
|
node_modules/
|
|
|
|
bower_components/
|
2019-01-08 14:55:06 +03:00
|
|
|
|
2019-01-11 16:35:20 +03:00
|
|
|
# visual stdio code
|
|
|
|
.vscode/
|
2019-04-10 11:43:08 +03:00
|
|
|
|
|
|
|
# Snap packaging specific
|
|
|
|
/snap/.snapcraft/
|
|
|
|
/parts/
|
|
|
|
/stage/
|
|
|
|
/prime/
|
|
|
|
|
|
|
|
/*.snap
|
|
|
|
/*_source.tar.bz2
|
2021-05-15 19:25:28 +03:00
|
|
|
|
|
|
|
# Virtual env
|
|
|
|
/venv/
|
|
|
|
|