cloudkitty/.gitignore

69 lines
706 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
cloudkitty.egg-info
.idea/
# Configuration file
etc/cloudkitty/cloudkitty.conf.sample
etc/cloudkitty/policy.yaml.sample
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.stestr/
.coverage
.cache
coverage.xml
cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
doc/build/
# Rope
.ropeproject/
# Others
*.sqlite
*.swp
*~
*.swn
*.swo
*.DS_Store
# tox -e docs
AUTHORS
ChangeLog
releasenotes/build