ceilometermiddleware/.gitignore
Takashi Kajinami 0689769ba8 Ignore .eggs directory
Recent pbr creates the ".eggs" directory, which should not be managed
by git.

Change-Id: I00fa4f871d0cada83104f55b31f0e0b1640db474
2023-12-19 21:07:54 +09:00

62 lines
756 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# ChangeLog
ChangeLog
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.eggs/
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.stestr/
.coverage
.cache
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
doc/build/
# PyBuilder
target/
# Files created by releasenotes build
releasenotes/build