59 lines
577 B
Plaintext
59 lines
577 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.venv
|
|
.codeintel
|
|
|
|
doc/source/api/*
|
|
doc/build/*
|
|
AUTHORS
|
|
TAGS
|
|
ChangeLog
|
|
|
|
# Project specific
|
|
etc/billingstack/*.ini
|
|
etc/billingstack/*.conf
|
|
billingstack/versioninfo
|
|
*.sqlite
|
|
|
|
|
|
billingstack-screenrc
|
|
status
|
|
logs
|
|
.ropeproject
|
|
*.sublime-project
|
|
*.sublime-workspace
|