62 lines
580 B
Plaintext
62 lines
580 B
Plaintext
|
*.py[cod]
|
||
|
|
||
|
# C extensions
|
||
|
*.so
|
||
|
|
||
|
# Packages
|
||
|
*.egg
|
||
|
*.egg-info
|
||
|
dist
|
||
|
build
|
||
|
eggs
|
||
|
parts
|
||
|
bin
|
||
|
var
|
||
|
sdist
|
||
|
develop-eggs
|
||
|
.installed.cfg
|
||
|
lib
|
||
|
lib64
|
||
|
__pycache__
|
||
|
|
||
|
# Installer logs
|
||
|
pip-log.txt
|
||
|
|
||
|
# Unit test / coverage reports
|
||
|
.coverage
|
||
|
.tox
|
||
|
nosetests.xml
|
||
|
|
||
|
# Translations
|
||
|
*.mo
|
||
|
|
||
|
# Mr Developer
|
||
|
.mr.developer.cfg
|
||
|
.project
|
||
|
.pydevproject
|
||
|
|
||
|
# Emacs git ignore
|
||
|
# -*- mode: gitignore; -*-
|
||
|
*~
|
||
|
\#*\#
|
||
|
/.emacs.desktop
|
||
|
/.emacs.desktop.lock
|
||
|
*.elc
|
||
|
auto-save-list
|
||
|
tramp
|
||
|
.\#*
|
||
|
|
||
|
# Org-mode
|
||
|
.org-id-locations
|
||
|
*_archive
|
||
|
|
||
|
# flymake-mode
|
||
|
*_flymake.*
|
||
|
|
||
|
# eshell files
|
||
|
/eshell/history
|
||
|
/eshell/lastdir
|
||
|
|
||
|
# elpa packages
|
||
|
/elpa/
|