mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-22 15:04:41 +01:00
53 lines
364 B
Plaintext
53 lines
364 B
Plaintext
# Python
|
|
*.py[co]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
tmp
|
|
develop-eggs
|
|
share
|
|
.installed.cfg
|
|
pip-log.txt
|
|
|
|
# Nose
|
|
.coverage
|
|
.tox
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
|
|
# Others
|
|
*~
|
|
*#
|
|
.#*
|
|
*.orig
|
|
data
|
|
lg.log*
|
|
|
|
# Virtualenv
|
|
.Python
|
|
include
|
|
lib
|
|
local
|
|
man
|
|
|
|
# Sphinx
|
|
doc/build/
|
|
|
|
# Database
|
|
db/*
|
|
|
|
# Local development
|
|
local.yaml
|
|
local.ini
|
|
|